fix(api): preHandler return type for requireAuth; clean oauth.ts

This commit is contained in:
Marco Sadjadi
2026-05-19 00:36:42 +02:00
parent 648427000d
commit ea1ec1e801
2 changed files with 5 additions and 5 deletions

View File

@@ -257,8 +257,6 @@ export async function oauthRoutes(app: FastifyInstance): Promise<void> {
scopes_supported: ['mcp:read', 'mcp:write'],
});
});
void config;
}
function reqBase(req: { protocol?: string; headers: Record<string, string | string[] | undefined> }): string {