Skip to content

Commit

Permalink
feat: add constant role
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Feb 4, 2021
1 parent 505c9be commit d62d3f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/ConstRoles.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const ID_ADMIN = '366aadd0-eb0c-4203-9928-7ad87c80aafa'
const ID_UMUM = '4f1efd44-9919-44a8-89ca-32324c810496'

module.exports = { ID_ADMIN, ID_UMUM }

0 comments on commit d62d3f6

Please sign in to comment.