Skip to content

Commit ceedb5c

Browse files
committed
fix: remove duplicate line
1 parent 760a59b commit ceedb5c

File tree

1 file changed

+0
-1
lines changed
  • examples/rest-express-typescript/src

1 file changed

+0
-1
lines changed

examples/rest-express-typescript/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ const controller = app.createOperationController({
6666
context: {},
6767
});
6868
const accountsServer = controller.injector.get(AccountsServer);
69-
expressApp.use(accountsExpress(accountsServer));
7069

7170
accountsServer.on(ServerHooks.ValidateLogin, ({ user }) => {
7271
// This hook is called every time a user try to login.

0 commit comments

Comments
 (0)