1 parent 4bd89ad commit 34658b6Copy full SHA for 34658b6
1 file changed
Sources/DNSSwitcher/DNS/NetworkInterface.swift
@@ -9,7 +9,7 @@ enum NetworkInterface {
9
10
// Sort: Wi-Fi and Ethernet first, then others
11
return connected.sorted { a, b in
12
- Priority(a) < priority(b)
+ Priority(a) < Priority(b)
13
}
14
15
0 commit comments