Commit d7c2bcf4 authored by felipe's avatar felipe Committed by GitHub

fix(multisig-mon): bool conversion (#8941)

parent 4ca13882
......@@ -134,7 +134,7 @@ export class MultisigMonService extends BaseServiceV2<
this.metrics.pausedState.set(
{ address: account.optimismPortalAddress, nickname: account.nickname },
parseInt(paused.toString(), 10)
paused ? 1 : 0
)
} catch (err) {
this.logger.error(`got unexpected RPC error`, {
......
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