From 0a3910171a571dab7fda5eac388fd79ab8345b78 Mon Sep 17 00:00:00 2001 From: Jordy Mendoza Date: Thu, 14 Sep 2023 12:30:37 -0600 Subject: [PATCH] -Fix notifications --- prime-gaming.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prime-gaming.js b/prime-gaming.js index b555f67..572eb04 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -264,7 +264,7 @@ try { if (cfg.debug) await page2.pause(); await page2.close(); } - notify_game.status = `${redeem_action} ${code} on ${store}`; + notify_game.status = `${redeem_action} ${code} on ${store}`; } else { notify_game.status = `claimed on ${store}`; db.data[user][title].status = 'claimed'; @@ -356,7 +356,7 @@ try { console.log(' Code to redeem game:', chalk.blue(code)); db.data[user][title].code = code; db.data[user][title].status = 'claimed'; - // notify_game.status = `${redeem_action} ${code} on ${store}`; + // notify_game.status = `${redeem_action} ${code} on ${store}`; } // await page.pause(); } catch (error) {