Skip to content

Commit

Permalink
fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtechs committed May 2, 2020
1 parent e229678 commit 0afa635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports =
return module.exports.PRIVILEGE.NOBODY;
else if(request.session.admin === true)
return module.exports.PRIVILEGE.ADMIN;
return module.exports.RIVILEGE.MEMBER;
return module.exports.PRIVILEGE.MEMBER;
},

printError: function(result, errorMessage)
Expand Down

0 comments on commit 0afa635

Please sign in to comment.