add noCache middleware #1147
Annotations
3 errors and 12 warnings
Run linters:
src/routers/router.ts#L1
Cannot find module 'src/middleware/noCache' or its corresponding type declarations.
|
Run linters:
src/routers/routerV2.ts#L1
Cannot find module '../middleware/noCache' or its corresponding type declarations.
|
Run linters
Process completed with exit code 2.
|
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linters:
src/__tests__/shared/fixtures.ts#L174
'options' is defined but never used
|
Run linters:
src/app.ts#L1
'bodyParser' is defined but never used
|
Run linters:
src/controllers/__tests__/translation.test.ts#L7
'API_ROUTE' is defined but never used
|
Run linters:
src/controllers/speechToText.ts#L70
'err' is defined but never used
|
Run linters:
src/dictionaries/seed.ts#L178
'err' is defined but never used
|
Run linters:
src/functions/__tests__/functions.test.ts#L2
'SPEECH_TO_TEXT_API' is defined but never used
|
Run linters:
src/functions/__tests__/functions.test.ts#L6
'Endpoint' is defined but never used
|
Run linters:
src/middleware/errorHandler.ts#L3
'__' is defined but never used
|
Run linters:
src/middleware/helpers/__tests__/createDeveloperUsage.test.ts#L19
'developerId' is assigned a value but never used
|
Run linters:
src/pages/__tests__/App.test.tsx#L22
'findAllByText' is assigned a value but never used
|