mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore: fix parse typo for network telemetry (#13971)
This commit is contained in:
@ -261,6 +261,9 @@ func NewNetworkTelemetryBatcher(clk quartz.Clock, frequency time.Duration, maxSi
|
||||
closed: make(chan struct{}),
|
||||
done: make(chan struct{}),
|
||||
}
|
||||
if b.batchFn == nil {
|
||||
b.batchFn = func(batch []*proto.TelemetryEvent) {}
|
||||
}
|
||||
b.start()
|
||||
return b
|
||||
}
|
||||
|
Reference in New Issue
Block a user