Skip to content

Commit e4bba5b

Browse files
committed
fix lint warnings
1 parent 60bb0bf commit e4bba5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-api-gateway/test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ describe('test authorization', () => {
323323

324324
const { app } = createApiGateway(handlerMock, loggerMock, {
325325
playgroundAuthSecret,
326-
checkAuth: async (req: Request, auth?: string) => {
326+
checkAuth: async (_req: Request, _auth?: string) => {
327327
throw new CubejsHandlerError(409, 'Error', 'Custom error');
328328
}
329329
});

0 commit comments

Comments
 (0)