Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Aug 28, 2024
1 parent 2b51140 commit 3e7ab4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@preconcurrency import Combine
@testable import ComposableArchitecture

extension Effect where Action: Sendable {
var actions: AsyncStream<Action> {
@_spi(Internals) public var actions: AsyncStream<Action> {
switch self.operation {
case .none:
return .finished
Expand Down

0 comments on commit 3e7ab4c

Please sign in to comment.