Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGruber committed Nov 1, 2024
1 parent 1fc25cf commit 73ce773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func genCharts(db *mongo.Database, mongoCtx context.Context) {
if len(data) == 0 {
continue
}
zombieKillsDatas = append(killsDatas, CountData{name: v.Name + " " + v.Region, data: data})
zombieKillsDatas = append(zombieKillsDatas, CountData{name: v.Name + " " + v.Region, data: data})
}
createLineCountChart("Zombie kill activity", allZombieKills, zombieKillsDatas)

Expand Down

0 comments on commit 73ce773

Please sign in to comment.