Skip to content

Commit

Permalink
fix(platform-express): replace net.server with http.server
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Mar 14, 2023
1 parent a61bcd3 commit 3da89bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-express/adapters/express-adapter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Server } from 'net';
import type { Server } from 'http';
import {
HttpStatus,
InternalServerErrorException,
Expand Down

0 comments on commit 3da89bc

Please sign in to comment.