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