Skip to content

Commit 0ff8c45

Browse files
committed
use response struct
1 parent a4cecbe commit 0ff8c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/provisionerdaemons.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (api *API) provisionerDaemonServe(rw http.ResponseWriter, r *http.Request)
366366
srvCtx,
367367
api.AccessURL,
368368
daemon.ID,
369-
orgID,
369+
authRes.orgID,
370370
logger,
371371
provisioners,
372372
tags,

0 commit comments

Comments
 (0)