Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 516115 - Exception in orion.eclipse.org (TypeError: userData.setA…
…uthToken is not a function)
  • Loading branch information
squarti committed May 3, 2017
1 parent 2ccd345 commit 28c14c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/orionode/lib/metastore/mongodb/store.js
Expand Up @@ -298,7 +298,7 @@ Object.assign(MongoDbMetastore.prototype, {
});
} else if (typeof userData.authToken !== 'undefined') {
// NOTE this ignores the provided auth token and generates a new one internally
userData.setAuthToken(function(err, user) {
user.setAuthToken(function(err, user) {
if (err) {
return callback(err);
}
Expand Down

0 comments on commit 28c14c7

Please sign in to comment.