Commit 8c4912f4 authored by Will Cory's avatar Will Cory

🚨 fix: Linter

parent dcb25291
...@@ -385,7 +385,7 @@ export class FaultDetector extends BaseServiceV2<Options, Metrics, State> { ...@@ -385,7 +385,7 @@ export class FaultDetector extends BaseServiceV2<Options, Metrics, State> {
new Date( new Date(
(ethers.BigNumber.from(outputBlock.timestamp).toNumber() + (ethers.BigNumber.from(outputBlock.timestamp).toNumber() +
this.state.faultProofWindow) * this.state.faultProofWindow) *
1000 1000
), ),
'mmmm dS, yyyy, h:MM:ss TT' 'mmmm dS, yyyy, h:MM:ss TT'
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment