Skip to content

Commit 4f2c0c9

Browse files
committed
[chore] #211 유저 수 수정
1 parent 4d7fc93 commit 4f2c0c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/Domain/Sources/DTO/Category/CategoryListInquiryResponse+Extention.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public extension CategoryItemInquiryResponse {
3333
createdAt: self.createdAt,
3434
openType: BaseOpenType(rawValue: self.openType) ?? .비공개,
3535
keywordType: BaseInterestType(rawValue: self.keywordType.slashConvertUnderBar) ?? .default,
36-
userCount: self.userCount,
36+
userCount: self.userCount + 1,
3737
isFavorite: self.isFavorite
3838
)
3939
}

0 commit comments

Comments
 (0)