added some more error-handling
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-01-19 10:52:13 +01:00
parent cf4ac1a3cd
commit a303836bd9
4 changed files with 219 additions and 158 deletions

View File

@@ -175,7 +175,7 @@ export default {
}
} else if (team === 2) {
arr = []
for (let i = 5; i < 10; i++) {
for (let i = 5; i < store.state.matchDetails.stats.length; i++) {
arr.push(store.state.matchDetails.stats[i])
}
}