diff --git a/prime-gaming.js b/prime-gaming.js index 1f165b3..da1c1c9 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -159,6 +159,7 @@ try { notify_game.status = `failed: need account linking for ${store}`; db.data[user][title].status = 'failed: need account linking'; } else { + db.data[user][title].status = 'claimed'; // print code if there is one const redeem = { // 'origin': 'https://www.origin.com/redeem', // TODO still needed or now only via account linking?