We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab43bc commit 8813d97Copy full SHA for 8813d97
Sources/NetworkPathMonitor/NetworkPathMonitor.swift
@@ -158,7 +158,7 @@ public extension NetworkPathMonitor {
158
159
/// A Boolean value indicating whether the network path is satisfied.
160
var isPathSatisfied: Bool {
161
- currentPath.status == .satisfied
+ currentPath.isSatisfied
162
}
163
164
/// Network path status change handler.
0 commit comments