feat(shared): add unified DeepLinkResolver with polymorphic fallback chain #88
Triggered via pull request
June 6, 2026 12:18
Itzzavdheshh
synchronize
#415
Status
Failure
Total duration
51s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
13 errors and 10 warnings
|
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.
|
|
src/__tests__/team.test.ts:
apps/backend/src/__tests__/team.test.ts#L60
TypeError: Cannot read properties of undefined (reading 'OWNER')
❯ src/__tests__/team.test.ts:60:22
|
|
backend-ci:
apps/backend/src/services/cardService.ts#L15
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/cardService.ts#L4
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/event.ts#L61
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/auth.ts#L18
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/team.test.ts#L120
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/public.test.ts#L55
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/oauth-scope.test.ts#L57
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/oauth-scope.test.ts#L47
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/event.test.ts#L490
Missing return type on function
|
|
backend-ci:
apps/backend/src/__tests__/event.test.ts#L100
Missing return type on function
|