fixed #41
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 15:15:14 +01:00
parent 7114ca2479
commit d134d03fb7
2 changed files with 9 additions and 25 deletions

View File

@@ -75,7 +75,6 @@ export default {
let arr = []
for (const o of chat) {
for (const p of store.state.matchDetails.stats) {
console.log(p)
if (o.player === p.player.steamid64) {
const obj = Object.assign({
player: p.player.name,