Skip to content

Commit 7a89598

Browse files
authored
Merge pull request #291 from ungdev/dev
vieux now have orgaprice badges
2 parents 3039b20 + 54c0686 commit 7a89598

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/controllers/admin/badges/generateBadges.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ import { hasPermission } from '../../../middlewares/authentication';
99

1010
const getCommisionPermission = (commissionRole: string, commissionId: string) => {
1111
switch (commissionId) {
12-
case 'vieux': {
13-
return 'invite';
14-
}
15-
1612
case 'coord': {
1713
return 'fullaccess';
1814
}

0 commit comments

Comments
 (0)