Skip to content

Commit ad46ca5

Browse files
committed
[Chore] #249 - filterInfos 기본 값 변경
1 parent ef85b0d commit ad46ca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Terning-iOS/Terning-iOS/Source/Presentation/RefactorHome/NewHomeViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ final class NewHomeViewController: UIViewController {
6161
var filterInfos: UserFilteringInfoModel = UserFilteringInfoModel(
6262
grade: nil, // 기본값 설정
6363
workingPeriod: nil, // 기본값 설정
64-
startYear: nil, // 기본값 설정
65-
startMonth: nil, // 기본값 설정
64+
startYear: 0, // 기본값 설정
65+
startMonth: 0, // 기본값 설정
6666
jobType: nil
6767
)
6868

0 commit comments

Comments
 (0)