We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f177e8 commit cda441eCopy full SHA for cda441e
1 file changed
Sources/Mini/Utils/RxSwift/ObservableType+Extensions.swift
@@ -22,7 +22,7 @@ public enum Promises {}
22
public extension Promises {
23
enum Lifetime {
24
case once
25
- case forever(ignoringOld: Bool)
+ case forever(ignoringOld: Bool = false)
26
}
27
28
0 commit comments