Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Nov 2, 2024
1 parent 9c9970b commit c82e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elysia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ new Elysia()
})
.get(
"/api/:guildId/verify-all-users",
({ guild, set }) => {
({ guild }) => {
if (!guild) throw new NotFoundError("Guild not found");
if (locks[guild.id])
throw error(409, "Verification is already in progress");
Expand Down

0 comments on commit c82e4ea

Please sign in to comment.