Skip to content

Commit

Permalink
optimize.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyuchan committed Feb 28, 2024
1 parent 962b1ca commit 6971a63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions explorer/src/service/v1/price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ pub async fn upsert_fra_market(api: &Api, val: Value) -> Result<()> {
.bind("fra")
.bind(val)
.execute(&mut conn)
.await
.unwrap();
.await?;

Ok(())
}
Expand Down

0 comments on commit 6971a63

Please sign in to comment.