diff --git a/src/services/monitoring/ops/xcmp.ts b/src/services/monitoring/ops/xcmp.ts index 12709aab..dbf07e16 100644 --- a/src/services/monitoring/ops/xcmp.ts +++ b/src/services/monitoring/ops/xcmp.ts @@ -29,7 +29,6 @@ function findOutboundHrmpMessage( mergeMap(sentMsg => { const { blockHash, messageHash } = sentMsg; return getOutboundHrmpMessages(blockHash).pipe( - map(messages => { return messages .map(msg => { diff --git a/src/services/monitoring/switchboard.ts b/src/services/monitoring/switchboard.ts index 9a786a20..1be1b13c 100644 --- a/src/services/monitoring/switchboard.ts +++ b/src/services/monitoring/switchboard.ts @@ -390,9 +390,12 @@ export class Switchboard { throw error; } - return { subs, controls: { - sendersControl, messageControl - }}; + return { + subs, + controls: { + sendersControl, messageControl + } + }; } /**