Skip to content

Commit

Permalink
fix missing send (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
mornin-ystIUBqR authored Sep 10, 2023
1 parent 791e3ff commit f0bae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableArchitecture/Effects/Cancellation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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() }
Expand Down

0 comments on commit f0bae57

Please sign in to comment.