Skip to content

Commit 76d5c29

Browse files
committed
Updated constants/users.js file
1 parent 1f0c6c2 commit 76d5c29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

constants/users.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
module.exports = ['ooo', 'idle', 'active']
1+
const userStatusEnum = ['ooo', 'idle', 'active']
2+
module.exports = userStatusEnum

0 commit comments

Comments
 (0)