Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Oct 25, 2023
1 parent 651b3ff commit 763e04b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/services/monitoring/ops/xcmp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function findOutboundHrmpMessage(
mergeMap(sentMsg => {
const { blockHash, messageHash } = sentMsg;
return getOutboundHrmpMessages(blockHash).pipe(

map(messages => {
return messages
.map(msg => {
Expand Down
9 changes: 6 additions & 3 deletions src/services/monitoring/switchboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,12 @@ export class Switchboard {
throw error;
}

return { subs, controls: {
sendersControl, messageControl
}};
return {
subs,
controls: {
sendersControl, messageControl
}
};
}

/**
Expand Down

0 comments on commit 763e04b

Please sign in to comment.