From 7ce02dce06b2bffc17d6625f8b18b24afd390cbc Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Thu, 19 Nov 2020 20:43:30 +0100 Subject: [PATCH] Updated example --- app/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/example.js b/app/example.js index 6d44e0d..d20247a 100644 --- a/app/example.js +++ b/app/example.js @@ -49,6 +49,6 @@ async function main() { // Extract first game const gamedata = found[0]; - console.log(`Found ${gamedata.name} (${gamedata.version}, ID ${gamedata.id}) by ${gamedata.author}`); + console.log(`Found ${gamedata.name} (${gamedata.version}) by ${gamedata.author}`); } }