chore: rename fns

This commit is contained in:
2024-11-15 15:56:53 +00:00
parent 846f56989a
commit 0539468a5c
4 changed files with 9 additions and 9 deletions

View File

@ -232,7 +232,7 @@ impl PipelineRunner {
let cfg = self.handle.block_on(async {
self.overseer
.configure_pipeline(&self.connection, &i_info)
.start_stream(&self.connection, &i_info)
.await
})?;
self.config = Some(cfg);