Skip to content

chore: change use case of Endtimestamp to also have starttimestamp #4621

chore: change use case of Endtimestamp to also have starttimestamp

chore: change use case of Endtimestamp to also have starttimestamp #4621

Triggered via pull request September 19, 2024 08:36
Status Failure
Total duration 2m 12s
Artifacts

CI.yml

on: pull_request
Compile and Lint
2m 3s
Compile and Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
TS 2339: websites/B/Behance/presence.ts#L138
Property 'current' does not exist on type '{ duration: string; currentTime: string; live: boolean; paused: boolean; }'.
TS 2345: websites/B/Behance/presence.ts#L139
Argument of type 'string' is not assignable to parameter of type 'number'.
TS 2304: websites/C/Canvas/presence.ts#L708
Cannot find name 'elapsed'.
TS 2304: websites/C/Canvas/presence.ts#L708
Cannot find name 'duration'.
TS 2304: websites/C/Cuevana 3/presence.ts#L130
Cannot find name 'video'.
TS 2304: websites/F/Flightradar24/presence.ts#L335
Cannot find name 'timestamps'.
TS 2345: websites/K/Kayoanime/presence.ts#L72
Argument of type '{ duration: number; currentTime: number; paused: boolean; isPlaying: boolean; }' is not assignable to parameter of type 'HTMLMediaElement'. Type '{ duration: number; currentTime: number; paused: boolean; isPlaying: boolean; }' is missing the following properties from type 'HTMLMediaElement': autoplay, buffered, controls, crossOrigin, and 328 more.
TS 2304: websites/N/Neko-sama.fr/presence.ts#L96
Cannot find name 'time'.
TS 2339: websites/S/Sezonluk Dizi/presence.ts#L108
Property 'current' does not exist on type 'iframeData'.
TS 2339: websites/S/Shazam/presence.ts#L70
Property 'presenceData' does not exist on type 'number | Date'. Property 'presenceData' does not exist on type 'number'.
Compile and Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/