Skip to content

Commit f17dd26

Browse files
authored
Merge pull request #20 from ciatph/dev
v1.0.5
2 parents 9da5f1b + 7885064 commit f17dd26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/utils/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const ACCOUNT_LEVEL = {
2-
SUPERADMIN: 1,
3-
ADMIN: 2
2+
SUPERADMIN: '1',
3+
ADMIN: '2'
44
}
55

66
module.exports = {

0 commit comments

Comments
 (0)