build: fix error

This commit is contained in:
Jake Stanger
2023-06-29 17:37:10 +01:00
parent cc181a8b6d
commit 9a68dc99bd

View File

@@ -61,7 +61,7 @@ async fn main() {
if #[cfg(feature = "cli")] {
run_with_args().await;
} else {
start_ironbar().await;
start_ironbar();
}
}
}