Skip to content

Commit 5fe79f6

Browse files
author
Sassoun Derderian
committed
Build dist/ files
1 parent 3571ee2 commit 5fe79f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/workfront.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8555,13 +8555,13 @@ module.exports = function(Api) {
85558555
}
85568556
});
85578557
};
8558-
8558+
85598559
/**
85608560
* Sets a current API key for future requests
85618561
* @memberOf Workfront.Api
8562-
* @return {void}
8562+
* @return {string} returns the given api key value
85638563
*/
8564-
Api.prototype.setAPIKey = function (apiKey) {
8564+
Api.prototype.setApiKey = function (apiKey) {
85658565
return this.httpParams.apiKey = apiKey;
85668566
};
85678567

0 commit comments

Comments
 (0)