Skip to content

Commit

Permalink
Merge branch 'main' into abstraction-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Jan 17, 2025
2 parents 02ea766 + 1ab1e62 commit af8aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/services/agents/xcm/matching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ export class MatchingEngine extends (EventEmitter as new () => TelemetryXcmEvent
outMsg.origin.blockNumber,
)
await this.#relay.del(relayKey)
await this.#onXcmRelayed(origin ?? outMsg, relayMsg)
this.#onXcmRelayed(origin ?? outMsg, relayMsg)
} catch {
// noop, it's possible that there are no relay subscriptions for an origin.
}
Expand Down

0 comments on commit af8aae5

Please sign in to comment.