Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Sep 13, 2023
1 parent b3e0941 commit 304957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async fn main() -> Result<()> {
.format_event(&e, contract_type, block_ts)
.await
{
Ok(token_id) => token_id,
Ok(te) => te,
Err(err) => {
log::error!("Can't format event {:?}\nevent: {:?}", err, e);
continue;
Expand Down

0 comments on commit 304957d

Please sign in to comment.