fix: query
This commit is contained in:
parent
7aada933da
commit
5440b89c20
3 changed files with 3 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.0.2",
|
||||
"version": "20.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "20.0.2",
|
||||
"version": "20.0.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.0.2",
|
||||
"version": "20.0.3",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -16,7 +16,6 @@ export default async function fetchGenresWithArtists() {
|
|||
artists (
|
||||
mbid,
|
||||
name_string,
|
||||
image,
|
||||
total_plays,
|
||||
country,
|
||||
description,
|
||||
|
|
Reference in a new issue