Skip to content

Commit a53ffdb

Browse files
committed
fix panic
1 parent 27c18ed commit a53ffdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/coderd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ func New(ctx context.Context, options *Options) (_ *API, err error) {
109109
provisionerDaemonAuth: &provisionerDaemonAuth{
110110
psk: options.ProvisionerDaemonPSK,
111111
authorizer: options.Authorizer,
112+
db: options.Database,
112113
},
113114
}
114115
// This must happen before coderd initialization!

0 commit comments

Comments
 (0)