Fix xo errors

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2026-03-16 08:55:20 +01:00
parent f27d663614
commit c02e66fe04
14 changed files with 61 additions and 28 deletions

View File

@@ -484,7 +484,7 @@ function sortInterfaces(interfaces, masterInterfaces) {
}
// Add interfaces that are not slaves at the top of the list (in reverse order)
for (const iface of ifaces.reverse()) {
for (const iface of ifaces.toReversed()) {
if (!interfaceList.includes(iface)) {
interfaceList.unshift(iface);
}