mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix: use floats in report template (#14714)
This commit is contained in:
@ -75,6 +75,7 @@ func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Sto
|
||||
return
|
||||
case tick := <-ticker.C:
|
||||
ticker.Stop()
|
||||
|
||||
doTick(dbtime.Time(tick).UTC())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user