refactor(annotation): add envelope id and receiver id input parameters

This commit is contained in:
2025-10-06 17:12:06 +02:00
parent 320b2ecc77
commit 41738bb36c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
async function createAnnotations(document) {
async function createAnnotations(document, envelopeId, receiverId) {
const signatures = [];
for (let element of document.elements) {