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}`); } }