Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Me when typo
  • Loading branch information
regalijan committed Mar 30, 2024
1 parent b923c12 commit b30b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/mod-queue.tsx
Expand Up @@ -70,7 +70,7 @@ export async function loader({ context }: { context: RequestContext }) {
};

const typePermissions = {
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 b30b905

Please sign in to comment.