fix eslint

This commit is contained in:
mProjectsCode 2022-11-29 19:45:55 +01:00
parent f5b9020dc8
commit 48bef13e4d
25 changed files with 126 additions and 149 deletions

View file

@ -39,7 +39,7 @@ export class MusicBrainzAPI extends APIModel {
const data = await fetchData.json;
console.debug(data);
let ret: MediaTypeModel[] = [];
const ret: MediaTypeModel[] = [];
for (const result of data['release-groups']) {
ret.push(