mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/vmselect/promql: typo fix after e7f46a0aab
This commit is contained in:
parent
7aff6f872f
commit
740fa57fdc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue