Skip to content

Commit e1a72a5

Browse files
committed
feat: vieux are invite
1 parent c1c8ed9 commit e1a72a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/admin/badges/generateBadges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { hasPermission } from '../../../middlewares/authentication';
1010
const getCommisionPermission = (commissionRole: string, commissionId: string) => {
1111
switch (commissionId) {
1212
case 'vieux': {
13-
return 'restricted';
13+
return 'invite';
1414
}
1515

1616
case 'coord': {

0 commit comments

Comments
 (0)