xbox: fixup #307

This commit is contained in:
Ralf Vogler 2024-06-25 18:45:21 +02:00
parent b8071d442c
commit c4be7ece21

View file

@ -16,7 +16,6 @@ const URL_CLAIM = 'https://www.xbox.com/en-US/live/gold'; // #gameswithgold";
console.log(datetime(), 'started checking xbox'); console.log(datetime(), 'started checking xbox');
const db = await jsonDb('xbox.json', {}); const db = await jsonDb('xbox.json', {});
db.data ||= {};
handleSIGINT(); handleSIGINT();