Skip to content

Commit 95450d3

Browse files
committed
fixing codeDepot marker
1 parent c9f0dc8 commit 95450d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webforms/examples/createInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const createWebFormInstance = async (formId, args) => {
5858
//ds-snippet-start:WebForms1Step5
5959
const formInstanceManagementApi = new docusignWebForms.FormInstanceManagementApi(apiClient);
6060
const webForm = await formInstanceManagementApi.createInstance(createInstanceBody, args.accountId, formId);
61-
//ds-snippet-start:WebForms1Step5
61+
//ds-snippet-end:WebForms1Step5
6262
return webForm;
6363
};
6464

0 commit comments

Comments
 (0)