Skip to content

tachyon battle integration wip #77

tachyon battle integration wip

tachyon battle integration wip #77

Triggered via push January 18, 2024 02:04
Status Failure
Total duration 7m 51s
Artifacts

tests.yml

on: push
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks (18): src/renderer/api/content/content.ts#L36
Argument of type '"c.lobby.update_status"' is not assignable to parameter of type 'keyof Tachyon'.
checks (18): src/renderer/api/content/content.ts#L53
Argument of type '"c.lobby.update_status"' is not assignable to parameter of type 'keyof Tachyon'.
checks (18): src/renderer/api/content/content.ts#L70
Argument of type '"c.lobby.update_status"' is not assignable to parameter of type 'keyof Tachyon'.
checks (18): src/renderer/api/content/content.ts#L86
Argument of type '"c.lobby.update_status"' is not assignable to parameter of type 'keyof Tachyon'.
checks (18): src/renderer/api/content/content.ts#L103
Argument of type '"c.lobby.update_status"' is not assignable to parameter of type 'keyof Tachyon'.
checks (18): src/renderer/api/content/content.ts#L119
Argument of type '"c.lobby.update_status"' is not assignable to parameter of type 'keyof Tachyon'.
checks (18): src/renderer/api/session.ts#L4
Cannot find module '@/model/battle/spads-battle' or its corresponding type declarations.
checks (18): src/renderer/api/session.ts#L6
Module '"@/model/user"' has no exported member 'OfflineUser'.
checks (18): src/renderer/api/session.ts#L6
Module '"@/model/user"' has no exported member 'PrivateUser'.
checks (18): src/renderer/api/session.ts#L103
Conversion of type '{ userId: number; displayName: any; avatarUrl: any; clanId: number | null; countryCode: string; partyId: null; roles: never[]; battleStatus: { battleId: null; bonus: number; inGame: boolean; isPlayer: boolean; playerNumber: null; ready: false; sync: { ...; }; teamColor: null; }; }' to type 'User' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.