fix: myriad typos and issues pt 2
This commit is contained in:
parent
be92f3bdf0
commit
b0aa0d6948
50 changed files with 120 additions and 69 deletions
|
@ -8,5 +8,5 @@ module.exports = async function () {
|
|||
type: 'json',
|
||||
}).catch()
|
||||
const albums = await res
|
||||
return albums.topalbums.album
|
||||
return albums['topalbums'].album
|
||||
}
|
||||
|
|
Reference in a new issue