mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: reimplement activity status and autostop improvements (#12175)
This commit is contained in:
committed by
GitHub
parent
4e7beee102
commit
b2413a593c
@ -114,6 +114,7 @@ func New(opts Options) *API {
|
||||
api.StatsAPI = &StatsAPI{
|
||||
AgentFn: api.agent,
|
||||
Database: opts.Database,
|
||||
Pubsub: opts.Pubsub,
|
||||
Log: opts.Log,
|
||||
StatsBatcher: opts.StatsBatcher,
|
||||
TemplateScheduleStore: opts.TemplateScheduleStore,
|
||||
|
Reference in New Issue
Block a user