summary refs log tree commit diff
path: root/src/gateway/start.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway/start.ts')
-rw-r--r--src/gateway/start.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/start.ts b/src/gateway/start.ts

index 84de674f..70c9f1a1 100644 --- a/src/gateway/start.ts +++ b/src/gateway/start.ts
@@ -6,7 +6,7 @@ import { Server } from "./Server"; import { config } from "dotenv"; config(); -var port = Number(process.env.PORT); +let port = Number(process.env.PORT); if (isNaN(port)) port = 3002; const server = new Server({