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 2e46791 commit a086c19Copy full SHA for a086c19
enum.js
@@ -21,7 +21,7 @@ const Role = {
21
CONSUMER: 'consumer',
22
PROVIDER: 'provider',
23
PILOT: 'pilot',
24
- PILOT: 'admin',
+ ADMIN: 'admin',
25
};
26
27
0 commit comments