Enforce nullable constraints #3520
ci.yml
on: pull_request
Detect Changes
5s
Typecheck
1m 9s
Format (Biome)
7s
Format (Cargo)
17s
Lint (Biome)
13s
Matrix: Build Desktop
Annotations
6 errors
|
Format (Biome)
Process completed with exit code 1.
|
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck:
apps/web/lib/Notification.ts#L122
No overload matches this call.
|
|
Typecheck:
packages/web-backend/src/Rpcs.ts#L21
Type 'Effect<{ id: string; email: string; activeOrgId: string | null; }, InternalError | UnauthenticatedError, never>' is not assignable to type 'Effect<{ id: string; email: string; activeOrgId: string; }, InternalError | UnauthenticatedError, never>'.
|
|
Typecheck:
packages/web-backend/src/Auth.ts#L101
Type 'string | null' is not assignable to type 'string'.
|
|
Typecheck:
packages/web-backend/src/Auth.ts#L39
Argument of type 'Effect<{ id: string; email: string; activeOrgId: string | null; }, Unauthorized | InternalServerError | BadRequest, HttpServerRequest>' is not assignable to parameter of type 'HttpApiMiddleware<{ id: string; email: string; activeOrgId: string; }, Unauthorized | InternalServerError | BadRequest>'.
|