Skip to content

Commit 024032c

Browse files
committed
feat: added async aquila client creation
1 parent c52a786 commit 024032c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/base/src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl<C: LoadConfig> ServerRunner<C> {
5858
let definition_service = FlowUpdateService::from_url(
5959
config.aquila_url.clone(),
6060
config.definition_path.as_str(),
61-
);
61+
).await;
6262
definition_service.send().await;
6363
}
6464

0 commit comments

Comments
 (0)