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.
2 parents 3039b20 + 54c0686 commit 7a89598Copy full SHA for 7a89598
1 file changed
src/controllers/admin/badges/generateBadges.ts
@@ -9,10 +9,6 @@ import { hasPermission } from '../../../middlewares/authentication';
9
10
const getCommisionPermission = (commissionRole: string, commissionId: string) => {
11
switch (commissionId) {
12
- case 'vieux': {
13
- return 'invite';
14
- }
15
-
16
case 'coord': {
17
return 'fullaccess';
18
}
0 commit comments