fix: swift 6 경고 제거
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user