Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Update docusign.js #518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion actions/docusign.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,11 @@ exports.generateDocusignViewURL = {
value: tabs[x][1]
});
}


if(!user) {
cb(new IllegalArgumentError("*********** Could not find user. *********** DOCUSIGN.JS"));
return;
}
textTabs.push({tabLabel : 'TopCoder Handle', value: user.handle});

//Prepare the POST parameters
Expand Down