modified fibRoute.ts to change require statement to import statement #6
Annotations
9 errors and 1 warning
src/fib.ts#L12
Unnecessary semicolon
|
src/fibRoute.ts#L6
Unsafe assignment of an `any` value
|
src/fibRoute.ts#L6
Unsafe member access .params on an `any` value
|
src/fibRoute.ts#L8
Unsafe argument of type `any` assigned to a parameter of type `string`
|
src/fibRoute.ts#L9
Invalid type "any" of template literal expression
|
src/fibRoute.ts#L12
Invalid type "any" of template literal expression
|
src/fibRoute.ts#L15
Unsafe member access .send on an `any` value
|
src/fibRoute.ts#L15
Unsafe call of an `any` typed value
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading