We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f433c2 commit 08d8dd2Copy full SHA for 08d8dd2
Sources/ComposableArchitecture/Effects/Throttle.swift
@@ -35,7 +35,7 @@ extension Effect {
35
36
case .run:
37
return .publisher { _EffectPublisher(self) }
38
- .throttle(id: id, for: interval, scheduler: scheduler, latest: latest)
+ .throttle(id: id, for: interval, scheduler: scheduler, latest: latest)
39
40
case let .publisher(publisher):
41
return .publisher {
0 commit comments