Skip to content

Commit

Permalink
node: remove extra cast
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jul 5, 2024
1 parent 7fa702b commit cb40229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/watchers/sui/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func (e *Watcher) Run(ctx context.Context) error {
}
}
}
time.Sleep(time.Duration(e.loopDelay))
time.Sleep(e.loopDelay)
}
}
})
Expand Down

0 comments on commit cb40229

Please sign in to comment.