Skip to content

Commit 4067548

Browse files
authored
add lines between blocks
1 parent 5e40873 commit 4067548

File tree

1 file changed

+1
-0
lines changed
  • components/webui/server/src/plugins/MongoSocketIoServer

1 file changed

+1
-0
lines changed

components/webui/server/src/plugins/MongoSocketIoServer/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class MongoSocketIoServer {
9191

9292
return;
9393
}
94+
9495
const [firstAddress] = addresses;
9596
if ("undefined" === typeof firstAddress) {
9697
fastify.log.error("No addresses found for the provided host.");

0 commit comments

Comments
 (0)