Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix tye
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Mar 4, 2022
1 parent 03a8699 commit 2c7cf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/core/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ export class Server<
// https://github.com/uNetworking/uSockets/commit/04295b9730a4d413895fa3b151a7337797dcb91f#diff-79a34a07b0945668e00f805838601c11R51
const LIBUS_LISTEN_EXCLUSIVE_PORT = 1;
host
? (this.#app as any).listen(
host,
? this.#app.listen(
host as string,
port,
LIBUS_LISTEN_EXCLUSIVE_PORT,
resolve
Expand Down

0 comments on commit 2c7cf8c

Please sign in to comment.