Skip to content

Commit ece0601

Browse files
committed
[fix] #211 카테고리 상세에서 다른 카테고리 변경 시 참여인원 수정
1 parent 4f2c0c9 commit ece0601

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Projects/Feature/FeatureCategoryDetail/Sources/CategoryDetailFeature.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ private extension CategoryDetailFeature {
280280
return .run { send in
281281
await send(.inner(.pagenation_초기화), animation: .pokitDissolve)
282282
await send(.async(.카테고리_내_컨텐츠_목록_조회_API))
283+
await send(.async(.포킷_초대된_유저_목록_조회_API))
283284
await send(.inner(.카테고리_선택_시트_활성화(false)))
284285
}
285286

0 commit comments

Comments
 (0)