시리즈 전체보기

- 아이템 크기 수정
This commit is contained in:
Yu Sung
2024-04-30 18:37:29 +09:00
parent 70dae4f646
commit feaeb275e4
2 changed files with 3 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ final class SeriesListAllViewModel: ObservableObject {
func getSeriesList() {
if !isLoading && !isLast {
isLoading = true
repository
.getSeriesList(creatorId: creatorId, sortType: .NEWEST, page: page, size: pageSize)
.sink { result in