Add MeetingNotifier component for meeting alerts #34
ci.yml
on: push
Lint & Type Check
31s
Build
39s
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.
|