We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0c6c2 commit 76d5c29Copy full SHA for 76d5c29
constants/users.js
@@ -1 +1,2 @@
1
-module.exports = ['ooo', 'idle', 'active']
+const userStatusEnum = ['ooo', 'idle', 'active']
2
+module.exports = userStatusEnum
0 commit comments