Skip to content

Commit 914653a

Browse files
committed
Added resume()
1 parent dbf07e1 commit 914653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ScreenDataNavigation/ScreenDataNavigation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public struct URLScreenProvider: ScreenProviding {
6060
} catch {
6161
promise(.failure(error))
6262
}
63-
}
63+
}.resume()
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)