diff --git a/src/support/bus/WebSocketBus.ts b/src/support/bus/WebSocketBus.ts index 83d2778..87f01ae 100644 --- a/src/support/bus/WebSocketBus.ts +++ b/src/support/bus/WebSocketBus.ts @@ -97,7 +97,6 @@ export class WebSocketBus implements EventBus, AwareOfContainerLifecycle { await resource.runInAsyncScope(async () => { this.logging.verbose(`Got data from websocket: ${data}`) try { - Container.getContainer() await this.onMessage(`${data}`) } catch (e: unknown) { if ( e instanceof NoSerializerError ) {