Skip to content

Commit 65c2a3f

Browse files
committed
[fix] 누락된 충돌 resolve 수정
1 parent 58d1143 commit 65c2a3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Projects/Feature/FeatureContentList/Sources/ContentList/ContentListFeature.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ public struct ContentListFeature {
3737
var contentCount: Int {
3838
get { domain.contentCount }
3939
}
40-
var contentCount: Int {
41-
get { domain.contentCount }
42-
}
4340
var isListDescending = true
4441
/// sheet item
4542
var bottomSheetItem: BaseContentItem? = nil
@@ -239,9 +236,6 @@ private extension ContentListFeature {
239236
case let .컨텐츠_개수_업데이트(count):
240237
state.domain.contentCount = count
241238
return .none
242-
case let .컨텐츠_개수_갱신(count):
243-
state.domain.contentCount = count
244-
return .none
245239
}
246240
}
247241

0 commit comments

Comments
 (0)