fix eslint
This commit is contained in:
parent
f5b9020dc8
commit
48bef13e4d
25 changed files with 126 additions and 149 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue