Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Le oops
  • Loading branch information
regalijan committed Mar 25, 2025
1 parent 0b2dd8f commit 03d6a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/api/mod-queue/[type]/[id].ts
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion functions/api/mod-queue/[type]/list.ts
Expand Up @@ -12,7 +12,7 @@ export async function onRequestGet(context: RequestContext): Promise<any> {
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],
Expand Down

0 comments on commit 03d6a47

Please sign in to comment.