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 c1c8ed9 commit e1a72a5Copy full SHA for e1a72a5
src/controllers/admin/badges/generateBadges.ts
@@ -10,7 +10,7 @@ import { hasPermission } from '../../../middlewares/authentication';
10
const getCommisionPermission = (commissionRole: string, commissionId: string) => {
11
switch (commissionId) {
12
case 'vieux': {
13
- return 'restricted';
+ return 'invite';
14
}
15
16
case 'coord': {
0 commit comments