mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-23 03:46:28 -05:00
Allow non-admins to unexpire groups
This commit is contained in:
parent
74cff317f8
commit
7b9045cea8
|
|
@ -200,7 +200,6 @@ export const action: ActionFunction = async ({ request, context }) => {
|
|||
return redirect("/play");
|
||||
}
|
||||
case "UNEXPIRE": {
|
||||
validateIsGroupAdmin();
|
||||
await LFGGroup.unexpire(ownGroup.id);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user