Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 4, 2024
1 parent 632cfb9 commit 9b5d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/keystoneAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function retrieveUser(req, callback) {
userName: constants.NA
};
if (body.token.user) {
cachedValue['userName'] = body.token.user.name;
cachedValue.userName = body.token.user.name;
}
innerCb(null, cachedValue);

Expand Down

0 comments on commit 9b5d750

Please sign in to comment.