오디션 상세 페이지 추가
This commit is contained in:
@@ -31,8 +31,6 @@ final class AuditionViewModel: ObservableObject {
|
||||
if !isLast && !isLoading {
|
||||
isLoading = true
|
||||
|
||||
DEBUG_LOG("호출됨")
|
||||
|
||||
repository.getAuditionList(page: page, size: pageSize)
|
||||
.sink { result in
|
||||
switch result {
|
||||
|
||||
Reference in New Issue
Block a user