Skip to content

Commit

Permalink
fixing codeDepot marker
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Feb 9, 2024
1 parent c9f0dc8 commit 95450d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webforms/examples/createInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const createWebFormInstance = async (formId, args) => {
//ds-snippet-start:WebForms1Step5
const formInstanceManagementApi = new docusignWebForms.FormInstanceManagementApi(apiClient);
const webForm = await formInstanceManagementApi.createInstance(createInstanceBody, args.accountId, formId);
//ds-snippet-start:WebForms1Step5
//ds-snippet-end:WebForms1Step5
return webForm;
};

Expand Down

0 comments on commit 95450d3

Please sign in to comment.