refactor(annotation): add envelope id and receiver id input parameters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
async function createAnnotations(document) {
|
||||
async function createAnnotations(document, envelopeId, receiverId) {
|
||||
const signatures = [];
|
||||
|
||||
for (let element of document.elements) {
|
||||
|
||||
Reference in New Issue
Block a user