Skip to content

Add customizable Pomodoro timer settings and sound #31

Add customizable Pomodoro timer settings and sound

Add customizable Pomodoro timer settings and sound #31

Triggered via push January 22, 2026 17:31
Status Success
Total duration 1m 21s
Artifacts

ci.yml

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

Annotations

11 errors
Lint & Type Check: app/api/auth/login/route.ts#L176
Property 'ipAddress' does not exist on type 'Omit<UserSession, "location">'.
Lint & Type Check: app/api/auth/login/route.ts#L168
Argument of type 'string' is not assignable to parameter of type 'Request'.
Lint & Type Check: app/api/auth/login/route.ts#L144
Property 'location' does not exist on type 'Omit<UserSession, "location">'.
Lint & Type Check: app/api/auth/login/route.ts#L143
Property 'ipAddress' does not exist on type 'Omit<UserSession, "location">'.
Lint & Type Check: app/api/auth/login/route.ts#L142
Property 'join' does not exist on type '{ suspicious: boolean; reasons: string[]; }'.
Lint & Type Check: app/api/auth/login/route.ts#L136
Property 'length' does not exist on type '{ suspicious: boolean; reasons: string[]; }'.
Lint & Type Check: app/api/auth/login/route.ts#L134
Variable 'allUserSessions' implicitly has an 'any[]' type.
Lint & Type Check: app/api/auth/login/route.ts#L134
Argument of type 'Omit<UserSession, "location">' is not assignable to parameter of type 'UserSession'.
Lint & Type Check: app/api/auth/login/route.ts#L132
Variable 'allUserSessions' implicitly has type 'any[]' in some locations where its type cannot be determined.
Lint & Type Check: app/api/auth/login/route.ts#L123
Argument of type '{ expiresInDays: number; }' is not assignable to parameter of type 'number'.
Lint & Type Check
Process completed with exit code 1.