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(` .select(`
track_name, track_name,
artist_name, artist_name,
artists (mbid, genre), listened_at,
artists (mbid, genre)
`) `)
.order('listened_at', { ascending: false }) .order('listened_at', { ascending: false })
.limit(1); .range(0, 1)
const headers = { const headers = {
"Content-Type": "application/json", "Content-Type": "application/json",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "14.0.4", "version": "14.0.5",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 31 KiB