Skip to content

Commit

Permalink
Conduit runtime ready channel
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Sep 27, 2023
1 parent 1d55d12 commit bb98f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/conduit/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func NewRuntime(cfg Config) (*Runtime, error) {
DB: db,
Orchestrator: orc,
ProvisionService: provisionService,
Ready: make(chan struct{}),

pipelineService: plService,
connectorService: connService,
Expand Down

0 comments on commit bb98f4c

Please sign in to comment.