Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Jun 21, 2024
1 parent cdaa2df commit 22271c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/handler/syncDispute.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ func SyncDispute(ctx *svc.ServiceContext) {
default:
log.Infof("this event does not be monitored %s, hash %s", evt.EventName, evt.EventHash)
}
if err != nil {
panic(err)
}
}
}
}

0 comments on commit 22271c8

Please sign in to comment.