Fix GiantBomb metadata #61 (#62)

* fix: reviews error

* fix: lint
This commit is contained in:
DecDuck
2025-06-01 15:39:10 +10:00
committed by GitHub
parent 3fbe514f65
commit 490afd0bb7
5 changed files with 17 additions and 18 deletions

View File

@ -3,7 +3,6 @@ import aclManager from "~/server/internal/acls";
import prisma from "~/server/internal/db/database";
import { handleFileUpload } from "~/server/internal/utils/handlefileupload";
export default defineEventHandler(async (h3) => {
const allowed = await aclManager.allowSystemACL(h3, ["game:update"]);
if (!allowed) throw createError({ statusCode: 403 });