remove log success

This commit is contained in:
Warunee Tamkoo 2026-05-29 14:24:50 +07:00
parent ad9a7dcbb6
commit 20c6c412b8

View file

@ -19,7 +19,7 @@ export async function handleInternalAuth(request: express.Request) {
throw new HttpError(HttpStatus.UNAUTHORIZED, "Invalid API Key"); throw new HttpError(HttpStatus.UNAUTHORIZED, "Invalid API Key");
} }
console.log(`[InternalAuth] Authentication successful`); // console.log(`[InternalAuth] Authentication successful`);
return { return {
sub: "internal_service", sub: "internal_service",