Update landing translations and copy #66
ci.yml
on: push
Lint & Type Check
35s
Build
43s
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/projects/[id]/issues/[issueId]/comments/route.ts#L54
Cannot find name 'createClient'.
|
|
Lint & Type Check:
app/api/projects/[id]/issues/[issueId]/comments/route.ts#L11
Cannot find name 'createClient'.
|
|
Lint & Type Check:
app/api/auth/signup/route.ts#L106
Argument of type 'string' is not assignable to parameter of type 'Request'.
|
|
Lint & Type Check:
app/api/auth/signup/route.ts#L56
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#L81
Property 'label' does not exist on type 'PasswordStrength'.
|
|
Lint & Type Check
Process completed with exit code 1.
|