Skip to content

Commit

Permalink
refactor: 1차 모집 기간 날짜 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
smb0123 committed Aug 31, 2024
1 parent 1b3b6d1 commit 5fd8c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/constants/application/28.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ export const END_DATE = {
year: 2024,
month: 9,
date: 15,
hours: 15,
minutes: 0,
seconds: 0,
hours: 23,
minutes: 59,
seconds: 59,
};

/**
Expand Down

0 comments on commit 5fd8c2a

Please sign in to comment.