mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Update Naming of Navigation Case Studies (#177)
This commit is contained in:
@@ -188,7 +188,7 @@ public struct Effect<Output, Failure: Error>: Publisher {
|
||||
|
||||
return
|
||||
effects
|
||||
.suffix(effects.count - 1)
|
||||
.dropFirst()
|
||||
.reduce(into: first) { effects, effect in
|
||||
effects = effects.append(effect).eraseToEffect()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user