From 8f6c55c97579246eb26d5f970a104888d415840e Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 10 May 2025 23:54:59 -0400 Subject: [PATCH] moar fixes --- data_fill.js | 1 - list.json | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data_fill.js b/data_fill.js index 082c577..54aaa5a 100644 --- a/data_fill.js +++ b/data_fill.js @@ -39,7 +39,6 @@ function sorter(a, b) { } catch (err) { jason = false; } - console.log(jason) if (jason && jason.author) { j.creator = jason.author.username } diff --git a/list.json b/list.json index 1ee6079..e2def46 100644 --- a/list.json +++ b/list.json @@ -255,11 +255,13 @@ }, { "type": "web/cloud", - "name": "gridwar I" + "name": "gridwar I", + "creator": "biglyderv" }, { "type": "web/cloud", "link": "https://gw.dervland.net/", - "name": "gridwar II" + "name": "gridwar II", + "creator": "biglyderv" } ] \ No newline at end of file