Update verifyApiKeyOrgAccess.ts

This commit is contained in:
Shlee
2026-05-28 15:55:34 +09:30
committed by GitHub
parent ddabfb5ca1
commit c3b0c4e5e9

View File

@@ -45,7 +45,7 @@ export async function verifyApiKeyOrgAccess(
} }
if (!req.apiKeyOrg) { if (!req.apiKeyOrg) {
next( return next(
createHttpError( createHttpError(
HttpCode.FORBIDDEN, HttpCode.FORBIDDEN,
"Key does not have access to this organization" "Key does not have access to this organization"