mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
app/vmselect/promql: typo fix after e7f46a0aab
This commit is contained in:
parent
7aff6f872f
commit
740fa57fdc
@ -1294,7 +1294,7 @@ type timeseriesByWorkerID struct {
|
||||
func (tsw *timeseriesByWorkerID) reset() {
|
||||
byWorkerID := tsw.byWorkerID
|
||||
for i := range byWorkerID {
|
||||
tsw.byWorkerID[i].tss = nil
|
||||
byWorkerID[i].tss = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user