mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-25 23:23:11 +00:00
fix: suggestions 1
This commit is contained in:
@@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user