Skip to content

Commit 411dbd9

Browse files
committed
Merge branch 'feature/webforms-example' of https://github.com/docusign/code-examples-node-private into feature/webforms-example
2 parents 796a3f7 + b2a150a commit 411dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webforms/controllers/eg001CreateInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const api = API_TYPES.WEBFORMS;
1717
const mustAuthenticate = '/ds/mustAuthenticate';
1818
const minimumBufferMin = 3;
1919
const demoDocsPath = path.resolve(__dirname, '../../../demo_documents');
20-
const docFile = 'World_Wide_Corp_Form.pdf';
20+
const docFile = 'World_Wide_Corp_Web_Form.pdf';
2121
const webFormConfigFile = 'web-form-config.json';
2222

2323
/**

0 commit comments

Comments
 (0)