Skip to content

Commit

Permalink
Update packages/platform-express/adapters/express-adapter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 7, 2022
1 parent 9d63732 commit 1f376fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-express/adapters/express-adapter.ts
Expand Up @@ -209,7 +209,7 @@ export class ExpressAdapter extends AbstractHttpAdapter {
this.httpServer = http.createServer(this.getInstance());
}

if (options?.forceCloseConnections === true) {
if (options?.forceCloseConnections) {
this.trackOpenConnections();
}
}
Expand Down

0 comments on commit 1f376fe

Please sign in to comment.