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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "14.0.4",
|
||||
"version": "14.0.5",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 31 KiB |
Reference in a new issue