Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jan 22, 2024
1 parent dd7b8a2 commit 58b3b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/relayer/indexer/detect_and_handle_reorg.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func (i *Indexer) detectAndHandleReorg(ctx context.Context, eventType string, ms
if i.watchMode == CrawlPastBlocks {
return nil
}

e, err := i.eventRepo.FirstByEventAndMsgHash(ctx, eventType, msgHash)
if err != nil {
return errors.Wrap(err, "svc.eventRepo.FirstByMsgHash")
Expand Down

0 comments on commit 58b3b4a

Please sign in to comment.