From 03d6a47cb77af7a1c09ebe539981296f6e46598d Mon Sep 17 00:00:00 2001 From: Regalijan Date: Tue, 25 Mar 2025 14:09:35 -0400 Subject: [PATCH] Le oops --- functions/api/mod-queue/[type]/[id].ts | 2 +- functions/api/mod-queue/[type]/list.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/api/mod-queue/[type]/[id].ts b/functions/api/mod-queue/[type]/[id].ts index 8158b33..b5d641c 100644 --- a/functions/api/mod-queue/[type]/[id].ts +++ b/functions/api/mod-queue/[type]/[id].ts @@ -5,7 +5,7 @@ export async function onRequestGet(context: RequestContext) { [k: string]: { permissions: number[]; table: string }; } = { appeal: { - permissions: [1 << 0, 1 << 1], + permissions: [1 << 0, 1 << 11], table: "appeals", }, gma: { diff --git a/functions/api/mod-queue/[type]/list.ts b/functions/api/mod-queue/[type]/list.ts index d87f9d7..eaeb750 100644 --- a/functions/api/mod-queue/[type]/list.ts +++ b/functions/api/mod-queue/[type]/list.ts @@ -12,7 +12,7 @@ export async function onRequestGet(context: RequestContext): Promise { report: "reports", }; const permissions: { [k: string]: number[] } = { - appeal: [1 << 0, 1 << 1], + appeal: [1 << 0, 1 << 11], gma: [1 << 5], inactivity: [1 << 4, 1 << 6, 1 << 7, 1 << 11, 1 << 12], report: [1 << 5],