pg: redeem: gog: status = 'claimed and redeemed'

This commit is contained in:
Ralf Vogler 2023-05-18 18:02:11 +02:00
parent 7fb872608d
commit feadfc5acf

View file

@ -196,11 +196,11 @@ try {
if (r2t == '{}') {
redeem_action = 'redeemed';
console.log(' Redeemed successfully.');
db.data[user][title].status = 'claimed and redeemed';
} else {
redeem_action = 'redeemed?';
console.log(' Unknown Response 2 - please report in https://github.com/vogler/free-games-claimer/issues/5');
}
// db.data[user][title].status = 'claimed and redeemed';
}
} else if (store == 'microsoft games') {
console.error(` Redeem on ${store} not yet implemented!`);