We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bced5 commit 88ccf5cCopy full SHA for 88ccf5c
1 file changed
crates/base/src/runner.rs
@@ -58,7 +58,8 @@ impl<C: LoadConfig> ServerRunner<C> {
58
let definition_service = FlowUpdateService::from_url(
59
config.aquila_url.clone(),
60
config.definition_path.as_str(),
61
- ).await;
+ )
62
+ .await;
63
definition_service.send().await;
64
}
65
0 commit comments