We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c57c7 commit 56100bbCopy full SHA for 56100bb
src/index.ts
@@ -54,7 +54,7 @@ function createExecutor(io: any, options: SocketControllersOptions): void {
54
executor.plainToClassTransformOptions = options.plainToClassTransformOptions;
55
56
// run socket controller register and other operations
57
- executor.execute();
+ executor.execute(controllerClasses, middlewareClasses);
58
}
59
60
// -------------------------------------------------------------------------
0 commit comments