Skip to content

Commit 4270a4f

Browse files
committed
Updating timeout to 24 hours
1 parent f6cc4c0 commit 4270a4f

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
@@ -51,7 +51,7 @@ const createWebFormInstance = async (formId, args) => {
5151
const createInstanceBody = docusignWebForms.CreateInstanceRequestBody.constructFromObject({
5252
clientUserId: args.clientUserId,
5353
formValues: webFormValues,
54-
expirationOffset: 3600,
54+
expirationOffset: 24,
5555
});
5656
//ds-snippet-end:WebForms1Step4
5757

0 commit comments

Comments
 (0)