added info-modal + updated error handling
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-02 19:18:00 +01:00
parent 7fc45c1bb5
commit 25b05e9b31
11 changed files with 645 additions and 266 deletions

View File

@@ -54,7 +54,7 @@ export default {
}
const parseObject = async () => {
data.rounds = await GetPlayerValue(store.state.matchDetails.match_id)
data.rounds = await GetPlayerValue(store, store.state.matchDetails.match_id)
for (const round in data.rounds) {
for (const player in data.rounds[round]) {