Remove redundant port selection

This commit is contained in:
powermaker450 2024-08-18 22:45:26 -04:00
parent e289abf1f8
commit bb67c4582d

View file

@ -71,6 +71,6 @@ http
}
});
})
.listen(port || 8080);
.listen(port);
logger.log(`Server started on ${host}`);