Skip to content

Commit

Permalink
feat: vieux are now invite
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine D committed Oct 7, 2024
1 parent c43067f commit b066a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/admin/badges/generateBadges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { hasPermission } from '../../../middlewares/authentication';
const getCommisionPermission = (commissionRole: string, commissionId: string) => {
switch (commissionId) {
case 'vieux': {
return 'restricted';
return 'invite';
}

case 'coord': {
Expand Down

0 comments on commit b066a9f

Please sign in to comment.