Skip to content

Commit 56100bb

Browse files
committed
forgot to add params
1 parent b9c57c7 commit 56100bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function createExecutor(io: any, options: SocketControllersOptions): void {
5454
executor.plainToClassTransformOptions = options.plainToClassTransformOptions;
5555

5656
// run socket controller register and other operations
57-
executor.execute();
57+
executor.execute(controllerClasses, middlewareClasses);
5858
}
5959

6060
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)