Skip to content

Commit b2a150a

Browse files
update template doc file
1 parent 830ee2a commit b2a150a

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)