Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move middleware for game appeals
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent a58d7eb commit db28e70
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
import { jsonError } from "../../common.js";
import { jsonError } from "../../../common.js";

export async function onRequest(context: RequestContext) {
if (!(context.data.current_user.permissions & (1 << 5)))
Expand Down

0 comments on commit db28e70

Please sign in to comment.