Skip to content

Commit

Permalink
Merge pull request #20 from ciatph/dev
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
ciatph authored Apr 7, 2022
2 parents 9da5f1b + 7885064 commit f17dd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ACCOUNT_LEVEL = {
SUPERADMIN: 1,
ADMIN: 2
SUPERADMIN: '1',
ADMIN: '2'
}

module.exports = {
Expand Down

0 comments on commit f17dd26

Please sign in to comment.