Commit 88971cf5 authored by Annie Ke's avatar Annie Ke

fix: remove thrown error left during testing

parent a670c220
......@@ -92,7 +92,6 @@ export class HealthcheckServer {
}
runSyncCheck = async () => {
throw new Error('trial')
const sequencerProvider = injectL2Context(
new providers.JsonRpcProvider(this.options.sequencerRpcProvider)
)
......
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