fix(connect): hard-fail OAuth callback when Redis unavailable #73
ci.yml
on: pull_request_target
Annotations
15 errors and 1 warning
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.
|
|
backend-ci
Parameter 'link' implicitly has an 'any' type.
|
|
backend-ci
Parameter 'm' implicitly has an 'any' type.
|
|
backend-ci
Parameter 'u' implicitly has an 'any' type.
|
|
backend-ci
Parameter 'tm' implicitly has an 'any' type.
|
|
backend-ci
'error' is of type 'unknown'.
|
|
backend-ci
Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.
|
|
backend-ci
Parameter 'tx' implicitly has an 'any' type.
|
|
backend-ci
Module '"@prisma/client"' has no exported member 'TeamRole'.
|
|
backend-ci
Module '"@prisma/client"' has no exported member 'TeamRole'.
|
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L5
`../routes/connect.js` import should occur before type import of `@prisma/client`
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L2
`fastify` import should occur before import of `vitest`
|
|
backend-ci:
apps/backend/src/__tests__/connect.test.ts#L2
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/routes/connect.ts#L27
Missing return type on function
|