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 23b92fc commit 374a833Copy full SHA for 374a833
Examples/VoiceMemos/VoiceMemos/RecordingMemo.swift
@@ -66,7 +66,7 @@ let recordingMemoReducer = Reducer<
66
67
case .task:
68
return .run { [url = state.url] send in
69
- async let startRecording: Void = await send(
+ async let startRecording: Void = send(
70
.audioRecorderDidFinish(
71
TaskResult { try await environment.audioRecorder.startRecording(url) }
72
)
0 commit comments