pg: redeem: gog: status = 'claimed and redeemed'
This commit is contained in:
parent
7fb872608d
commit
feadfc5acf
1 changed files with 1 additions and 1 deletions
|
|
@ -196,11 +196,11 @@ try {
|
||||||
if (r2t == '{}') {
|
if (r2t == '{}') {
|
||||||
redeem_action = 'redeemed';
|
redeem_action = 'redeemed';
|
||||||
console.log(' Redeemed successfully.');
|
console.log(' Redeemed successfully.');
|
||||||
|
db.data[user][title].status = 'claimed and redeemed';
|
||||||
} else {
|
} else {
|
||||||
redeem_action = 'redeemed?';
|
redeem_action = 'redeemed?';
|
||||||
console.log(' Unknown Response 2 - please report in https://github.com/vogler/free-games-claimer/issues/5');
|
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') {
|
} else if (store == 'microsoft games') {
|
||||||
console.error(` Redeem on ${store} not yet implemented!`);
|
console.error(` Redeem on ${store} not yet implemented!`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue