lint src files

This commit is contained in:
2022-12-12 14:58:54 -06:00
parent b754eece0d
commit 8df019aee4
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ function getServers() {
if (
address.family === 'IPv4' &&
!address.internal &&
address.address.substring(0, 3) != '169'
address.address.substring(0, 3) !== '169'
) {
const subnet = ip.subnet(address.address, address.netmask);
let current = ip.toLong(subnet.firstAddress);