fix: swift 6 경고 제거

This commit is contained in:
Yu Sung
2025-05-14 17:20:35 +09:00
parent 9e16b687e4
commit f3c5e29b60
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ final class AuditionRoleDetailViewModel: ObservableObject {
@Published var name = "보이스온"
@Published var auditionRoleDetail: GetAuditionRoleDetailResponse? = nil
@Published private (set) var sortType = AuditionApplicantSortType.NEWEST {
@Published private(set) var sortType = AuditionApplicantSortType.NEWEST {
didSet {
refreshApplicantList()
}