fix: improve type safety in team.ts, remove any usages (closes #554) #242
Triggered via pull request
June 17, 2026 10:14
yachikadev
synchronize
#581
Status
Failure
Total duration
1m 8s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
6 errors
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci:
apps/backend/src/plugins/prisma.ts#L3
'FastifyReply' is defined but never used. Allowed unused vars must match /^_/u
|
|
backend-ci:
apps/backend/src/plugins/prisma.ts#L3
'FastifyRequest' is defined but never used. Allowed unused vars must match /^_/u
|
|
backend-ci:
apps/backend/src/plugins/prisma.ts#L2
`@prisma/client` import should occur before import of `fastify-plugin`
|
|
backend-ci:
apps/backend/src/plugins/prisma.ts#L2
There should be at least one empty line between import groups
|