Skip to content

Commit 0ad16bb

Browse files
chore: pass through clock
1 parent d8ba189 commit 0ad16bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

coderd/coderd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ func (api *API) CreateInMemoryTaggedProvisionerDaemon(dialCtx context.Context, n
16481648
provisionerdserver.Options{
16491649
OIDCConfig: api.OIDCConfig,
16501650
ExternalAuthConfigs: api.ExternalAuthConfigs,
1651+
Clock: api.Clock,
16511652
},
16521653
api.NotificationsEnqueuer,
16531654
)

enterprise/coderd/provisionerdaemons.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ func (api *API) provisionerDaemonServe(rw http.ResponseWriter, r *http.Request)
403403
provisionerdserver.Options{
404404
ExternalAuthConfigs: api.ExternalAuthConfigs,
405405
OIDCConfig: api.OIDCConfig,
406+
Clock: api.Clock,
406407
},
407408
api.NotificationsEnqueuer,
408409
)

0 commit comments

Comments
 (0)