Me when typo

This commit is contained in:
Regalijan 2024-03-30 00:45:57 -05:00
parent b923c12fa6
commit b30b905570
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -70,7 +70,7 @@ export async function loader({ context }: { context: RequestContext }) {
}; };
const typePermissions = { const typePermissions = {
appeal: [1 << 0, 1 << 1], appeal: [1 << 0, 1 << 11],
gma: [1 << 5], gma: [1 << 5],
inactivity: [1 << 4, 1 << 6, 1 << 7, 1 << 11, 1 << 12], inactivity: [1 << 4, 1 << 6, 1 << 7, 1 << 11, 1 << 12],
report: [1 << 5], report: [1 << 5],