fix: query

This commit is contained in:
Cory Dransfeldt 2024-07-10 09:29:13 -07:00
parent 7aada933da
commit 5440b89c20
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.0.2", "version": "20.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.0.2", "version": "20.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.0.2", "version": "20.0.3",
"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": {

View file

@ -16,7 +16,6 @@ export default async function fetchGenresWithArtists() {
artists ( artists (
mbid, mbid,
name_string, name_string,
image,
total_plays, total_plays,
country, country,
description, description,