feat: add helper to disable limits for the given request #45
Annotations
10 errors and 1 warning
Run npm run typecheck:
tests/http_limiter.spec.ts#L40
'limiter' is possibly 'null'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L40
Property 'toJSON' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L65
'limiter' is possibly 'null'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L65
Property 'toJSON' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L90
'limiter' is possibly 'null'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L90
Property 'toJSON' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L114
'limiter' is possibly 'null'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L114
Property 'throttle' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L115
'limiter' is possibly 'null'.
|
Run npm run typecheck:
tests/http_limiter.spec.ts#L115
Property 'throttle' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading