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