-Fix notifications

-Add support for epic games bundles
This commit is contained in:
Jordy Mendoza 2024-04-30 17:26:24 -06:00
parent 0a3910171a
commit bab4c105f1
3 changed files with 26 additions and 13 deletions

View file

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