pg: legacy games: status = claimed and redeemed

This commit is contained in:
Ralf Vogler 2023-06-23 01:32:39 +02:00
parent f0e15b5c7c
commit 04bd56cd77

View file

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