Skip to content

Commit

Permalink
Update components/signaturit/actions/create-signature-request-from-te…
Browse files Browse the repository at this point in the history
…mplate/create-signature-request-from-template.mjs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
luancazarine and coderabbitai[bot] authored Dec 10, 2024
1 parent c7dbef9 commit b90d7d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default {
formData,
});
if (this.cc) {
let j;
let j = 0;
for (const item of parseObject(this.cc)) {
formData.append(`cc[${j++}]`, item);
}
Expand Down

0 comments on commit b90d7d4

Please sign in to comment.