pg: fix a90f90afc0
This commit is contained in:
parent
a90f90afc0
commit
22f673282b
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ try {
|
|||
} else {
|
||||
console.error(` Redeem on ${store} not yet implemented!`);
|
||||
}
|
||||
if (cfg.debug) await page.pause();
|
||||
if (cfg.debug) await page2.pause();
|
||||
await page2.close();
|
||||
}
|
||||
notify_game.status = `<a href="${redeem[store]}">${redeem_action}</a> ${code} on ${store}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue