fix: bugs
This commit is contained in:
parent
0381408235
commit
4d80761b22
3 changed files with 4 additions and 3 deletions
|
@ -86,10 +86,11 @@ export default async () => {
|
|||
.select(`
|
||||
track_name,
|
||||
artist_name,
|
||||
artists (mbid, genre),
|
||||
listened_at,
|
||||
artists (mbid, genre)
|
||||
`)
|
||||
.order('listened_at', { ascending: false })
|
||||
.limit(1);
|
||||
.range(0, 1)
|
||||
|
||||
const headers = {
|
||||
"Content-Type": "application/json",
|
||||
|
|
Reference in a new issue