Skip to content

Enforce nullable constraints #3520

Enforce nullable constraints

Enforce nullable constraints #3520

Triggered via pull request October 1, 2025 06:07
Status Failure
Total duration 7m 55s
Artifacts

ci.yml

on: pull_request
Detect Changes
5s
Detect Changes
Typecheck
1m 9s
Typecheck
Format (Biome)
7s
Format (Biome)
Format (Cargo)
17s
Format (Cargo)
Lint (Biome)
13s
Lint (Biome)
Matrix: Build Desktop
Clippy
0s
Clippy
Verify Tauri plugin versions
0s
Verify Tauri plugin versions
Fit to window
Zoom out
Zoom in

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>'.