Skip to content

Commit 8813d97

Browse files
committed
fix isPathSatisfied check of NetworkPathMonitor
1 parent 4ab43bc commit 8813d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NetworkPathMonitor/NetworkPathMonitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public extension NetworkPathMonitor {
158158

159159
/// A Boolean value indicating whether the network path is satisfied.
160160
var isPathSatisfied: Bool {
161-
currentPath.status == .satisfied
161+
currentPath.isSatisfied
162162
}
163163

164164
/// Network path status change handler.

0 commit comments

Comments
 (0)