Skip to content

fix(api): use standard supabase client instead of admin for adding pr… #81

fix(api): use standard supabase client instead of admin for adding pr…

fix(api): use standard supabase client instead of admin for adding pr… #81

Triggered via push February 26, 2026 15:10
Status Success
Total duration 1m 33s
Artifacts

ci.yml

on: push
Lint & Type Check
37s
Lint & Type Check
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Lint & Type Check: app/api/projects/[id]/issues/route.ts#L21
Cannot find name 'createServerClient'.
Lint & Type Check: app/api/projects/[id]/issues/[issueId]/route.ts#L268
Cannot find name 'createClient'.
Lint & Type Check: app/api/projects/[id]/issues/[issueId]/route.ts#L107
Cannot find name 'createClient'.
Lint & Type Check: app/api/projects/[id]/issues/[issueId]/route.ts#L11
Cannot find name 'createClient'.
Lint & Type Check: app/api/auth/signup/route.ts#L107
Argument of type 'string' is not assignable to parameter of type 'Request'.
Lint & Type Check: app/api/auth/signup/route.ts#L57
Property 'label' does not exist on type 'PasswordStrength'.
Lint & Type Check: app/api/auth/sessions/route.ts#L52
Argument of type '{ id: string; userId: string; deviceInfo: { browser: string; os: string; device: string; }; location: string; ipAddress: string; createdAt: Date; lastActivity: Date; expiresAt: Date; isActive: boolean; }' is not assignable to parameter of type 'UserSession'.
Lint & Type Check: app/api/auth/password/change/route.ts#L82
Property 'label' does not exist on type 'PasswordStrength'.
Lint & Type Check
Process completed with exit code 1.