mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
fix missing send (#2446)
This commit is contained in:
@@ -14,7 +14,7 @@ extension Effect {
|
||||
///
|
||||
/// case .reloadButtonTapped:
|
||||
/// // Start a new effect to load the user
|
||||
/// return .run {
|
||||
/// return .run { send in
|
||||
/// await send(
|
||||
/// .userResponse(
|
||||
/// TaskResult { try await self.apiClient.loadUser() }
|
||||
|
||||
Reference in New Issue
Block a user