fix: suggestions 1

This commit is contained in:
Pravdyvy
2026-01-21 14:50:29 +02:00
parent b143beef37
commit eb77217318
16 changed files with 108 additions and 66 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ pub async fn main_runner() -> Result<()> {
main_loop_handle.await??;
if indexer_loop_handle.is_some() {
indexer_loop_handle.unwrap().await??;
if let Some(indexer_loop_handle) = indexer_loop_handle {
indexer_loop_handle.await??;
}
Ok(())