Apply prettier formatting

This commit is contained in:
TSR Berry 2023-06-21 19:28:52 +02:00
parent be3e724868
commit a067d09357
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -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");
}