Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jul 5, 2024
1 parent a8199a1 commit 080354c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common/clock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export function handleClockTick(block: ethereum.Block): void {

let tickRes1h = getClockTick(timestamp, HOUR)
if (!tickRes1h.isNew) {
log.debug("handleClockTick: tick already exists for {}", [
tickRes1h.tick.id.toHexString(),
])
log.debug("handleClockTick: tick already exists for {}", [tickRes1h.tick.id.toHexString()])
return
}
tickRes1h.tick.save()
Expand Down

0 comments on commit 080354c

Please sign in to comment.