Skip to content

Commit

Permalink
[fix] 누락된 충돌 resolve 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 19, 2024
1 parent 58d1143 commit 65c2a3f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ public struct ContentListFeature {
var contentCount: Int {
get { domain.contentCount }
}
var contentCount: Int {
get { domain.contentCount }
}
var isListDescending = true
/// sheet item
var bottomSheetItem: BaseContentItem? = nil
Expand Down Expand Up @@ -239,9 +236,6 @@ private extension ContentListFeature {
case let .컨텐츠_개수_업데이트(count):
state.domain.contentCount = count
return .none
case let .컨텐츠_개수_갱신(count):
state.domain.contentCount = count
return .none
}
}

Expand Down

0 comments on commit 65c2a3f

Please sign in to comment.