From a067d0935737d38dadf8630d8763c245428229aa Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Wed, 21 Jun 2023 19:28:52 +0200 Subject: [PATCH] Apply prettier formatting --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 67115f9..e4d8b01 100755 --- a/src/index.ts +++ b/src/index.ts @@ -10,8 +10,7 @@ if (process.env.SOCKET_PATH != null && process.env.SOCKET_PATH.length > 0) { readableAll: true, writableAll: true, }); -} -else { +} else { server.listen(parseInt(env.PORT || "3000"), env.HOST || "127.0.0.1"); }