changed foramtting

This commit is contained in:
BPplays
2024-12-28 17:15:44 -08:00
parent 19eae8cb49
commit 0382afc488

View File

@@ -394,7 +394,6 @@ async function getHasIP() {
continue; continue;
} }
for (const info of iface) { for (const info of iface) {
//! change this if you ever add configurable addresses to bind to
if (info.family === 'IPv6') { if (info.family === 'IPv6') {
hasIPv6 = true; hasIPv6 = true;
if (info.internal === true) { if (info.internal === true) {