Merge pull request #296 from piradata/main #129
Annotations
10 errors
lint:
src/main/events/catalogue/get-catalogue.ts#L54
Property 'title' does not exist on type 'Steam250Game | null'.
|
lint:
src/main/events/catalogue/get-catalogue.ts#L54
Property 'objectID' does not exist on type 'Steam250Game | null'.
|
lint:
src/main/events/catalogue/get-catalogue.ts#L87
Argument of type 'CatalogueEntry[]' is not assignable to parameter of type 'never'.
|
lint:
src/main/events/catalogue/get-catalogue.ts#L94
Property 'at' does not exist on type 'never'.
|
lint:
src/main/events/helpers/generate-lutris-yaml.ts#L31
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
lint:
src/main/events/library/delete-game-folder.ts#L11
Not all code paths return a value.
|
lint:
src/main/events/library/open-game-installer.ts#L22
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
lint:
src/main/services/repack-tracker/1337x.ts#L36
Object is possibly 'null'.
|
lint:
src/main/services/repack-tracker/1337x.ts#L38
Object is possibly 'null'.
|
lint:
src/main/services/repack-tracker/1337x.ts#L131
Argument of type '{ title: string; magnet: string; fileSize: string | null; uploadDate: Date | null; repacker: string; page: number; }[]' is not assignable to parameter of type '_QueryDeepPartialEntity<Repack>[]'.
|