mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-03-14 17:10:35 +00:00
Enable cors
This commit is contained in:
parent
d85896dcaa
commit
86c531d61e
2 changed files with 6 additions and 2 deletions
|
|
@ -66,7 +66,6 @@ export class GameService {
|
|||
game.teams.obs.score += totalFlagScore;
|
||||
game.teams.obs.players.push(p);
|
||||
}
|
||||
console.log(player.stats.dtTeamGame);
|
||||
}
|
||||
|
||||
//const teamZero: any = game; //game.find(({ stats }) => stats.dtTeamGame[0] === '3');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue