mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix missing import
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
|||||||
}
|
}
|
||||||
#[cfg(not(feature = "ui"))]
|
#[cfg(not(feature = "ui"))]
|
||||||
{
|
{
|
||||||
let settings = Settings::new()?;
|
let settings = settings::Settings::new()?;
|
||||||
sync::run_sync(&settings).await
|
sync::run_sync(&settings).await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user