mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore: add workspace activity linter (#13273)
This commit is contained in:
@ -240,6 +240,7 @@ func (b *Batcher) flush(ctx context.Context, forced bool, reason string) {
|
||||
b.buf.ConnectionsByProto = payload
|
||||
}
|
||||
|
||||
// nolint:gocritic // (#13146) Will be moved soon as part of refactor.
|
||||
err = b.store.InsertWorkspaceAgentStats(ctx, *b.buf)
|
||||
elapsed := time.Since(start)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user