Skip to content

fix: use of .sort() in Podcast templates #408

fix: use of .sort() in Podcast templates

fix: use of .sort() in Podcast templates #408

Triggered via pull request September 15, 2024 17:26
Status Failure
Total duration 59s
Artifacts

vue.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build
Type 'Season | Episode[] | undefined' is not assignable to type 'Partial<Slide>[] | undefined'.
build
Property 'toSorted' does not exist on type 'Season[]'.
build
'a.seasonNumber' is possibly 'undefined'.
build
'b.seasonNumber' is possibly 'undefined'.
build
Type 'undefined' is not assignable to type 'Season[] | null'.
build
Property 'toSorted' does not exist on type 'Episode[]'.
build
Process completed with exit code 2.