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 392d1e8 commit 4fdf986Copy full SHA for 4fdf986
Projects/Feature/FeatureContentCard/Sources/ContentCard/ContentCardFeature.swift
@@ -113,10 +113,7 @@ private extension ContentCardFeature {
113
}
114
return .run { _ in await openURL(url) }
115
case .컨텐츠_항목_케밥_버튼_눌렀을때:
116
- return shared(
117
- .delegate(.컨텐츠_항목_케밥_버튼_눌렀을때(content: state.content)),
118
- state: &state
119
- )
+ return .send(.delegate(.컨텐츠_항목_케밥_버튼_눌렀을때(content: state.content)))
120
case .메타데이터_조회:
121
return shared(.async(.메타데이터_조회_수행), state: &state)
122
case .즐겨찾기_버튼_눌렀을때:
0 commit comments