From 04bd56cd77e1d87b99e5dfb79ea684cfc24f201c Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Fri, 23 Jun 2023 01:32:39 +0200 Subject: [PATCH] pg: legacy games: status = claimed and redeemed --- prime-gaming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/prime-gaming.js b/prime-gaming.js index 7108e58..878ba50 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -249,6 +249,7 @@ try { await page2.click('[type="submit"]'); redeem_action = 'redeemed?'; console.log(' Redeemed successfully? Please report problems in https://github.com/vogler/free-games-claimer/issues/5'); + db.data[user][title].status = 'claimed and redeemed'; } else { console.error(` Redeem on ${store} not yet implemented!`); }