Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/university-web/src/constants/university.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const HOME_UNIVERSITY_LIST: HomeUniversityInfo[] = [
];

// 배포 환경에서 UNIVERSITY_TERM_ID를 주입하지 못했을 때 사용하는 현재 학기 fallback입니다.
export const DEFAULT_UNIVERSITY_TERM_ID = 12;
export const DEFAULT_UNIVERSITY_TERM_ID = 13;

/**
* 슬러그로 홈 대학교 정보 조회
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/constants/university.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const HOME_UNIVERSITY_LIST: HomeUniversityInfo[] = [
];

// 배포 환경에서 UNIVERSITY_TERM_ID를 주입하지 못했을 때 사용하는 현재 학기 fallback입니다.
export const DEFAULT_UNIVERSITY_TERM_ID = 12;
export const DEFAULT_UNIVERSITY_TERM_ID = 13;

/**
* 슬러그로 홈 대학교 정보 조회
Expand Down
Loading