refactor: unwrap > unwrap_or
This commit is contained in:
+1
-1
@@ -90,6 +90,6 @@ async fn main() {
|
|||||||
update_duration,
|
update_duration,
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap_or(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user