Skip to content

Commit

Permalink
rebuild artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
remybar committed Dec 10, 2024
1 parent 7af57a9 commit bfd9997
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 910 deletions.
15 changes: 0 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/sozo/src/commands/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl EventsArgs {
provider.get_events(event_filter, self.continuation_token, self.chunk_size).await?;

for event in &res.events {
match world::Event::try_from(event) {
match world::Event::try_from(event.clone()) {
Ok(ev) => {
match_event(
&ev,
Expand Down
Loading

0 comments on commit bfd9997

Please sign in to comment.