Skip to content

Commit cda441e

Browse files
committed
Don't ignore old by default
1 parent 0f177e8 commit cda441e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Mini/Utils/RxSwift/ObservableType+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public enum Promises {}
2222
public extension Promises {
2323
enum Lifetime {
2424
case once
25-
case forever(ignoringOld: Bool)
25+
case forever(ignoringOld: Bool = false)
2626
}
2727
}
2828

0 commit comments

Comments
 (0)