Last fixes

This commit is contained in:
Sefinek 2025-03-21 10:30:23 +01:00
parent cb856ccee1
commit d96b0c5d25

View file

@ -54,7 +54,6 @@ const fetchLocalIPs = () => {
const refreshServerIPs = async () => { const refreshServerIPs = async () => {
await Promise.all([fetchIPAddress(4), fetchIPAddress(6)]); await Promise.all([fetchIPAddress(4), fetchIPAddress(6)]);
fetchLocalIPs();
}; };
(async () => { (async () => {