Skip to content

fix: improve type safety in team.ts, remove any usages (closes #554) #242

fix: improve type safety in team.ts, remove any usages (closes #554)

fix: improve type safety in team.ts, remove any usages (closes #554) #242

Triggered via pull request June 17, 2026 10:14
@yachikadevyachikadev
synchronize #581
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request_target
detect-changes
5s
detect-changes
backend-ci
31s
backend-ci
web-ci
web-ci
mobile-ci
0s
mobile-ci
comment-results
7s
comment-results
Fit to window
Zoom out
Zoom in

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