testing the test
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 32s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 32s
This commit is contained in:
@ -15,8 +15,7 @@ export default class PlayerPage extends Page {
|
||||
const id = getPlayerIdFromUrl();
|
||||
const player = await getPlayer(id);
|
||||
|
||||
console.log(player);
|
||||
await this.addStats(player);
|
||||
await this.addStats(player); // Add our custom stats
|
||||
} catch (error) {
|
||||
console.error("Failed to load player page", error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user