Remove unnecessary container call
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user