fix: bugs

This commit is contained in:
Cory Dransfeldt 2024-05-07 17:42:00 -07:00
parent 0381408235
commit 4d80761b22
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -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",