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