Skip to content

Commit

Permalink
[식단] 아침, 점심 식단 변경 시간 조정 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
D0Dam committed Sep 24, 2024
1 parent 7e47678 commit 969ca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ts/cafeteria.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class DiningTime {

constructor() {
this.now = new Date();
this.lunchTransitionTime.setHours(10, 30, 0, 0);
this.lunchTransitionTime.setHours(9, 0, 0, 0);
this.dinnerTransitionTime.setHours(13, 30, 0, 0);
this.breakfastTransitionTime.setHours(18, 30, 0, 0);
}
Expand Down

0 comments on commit 969ca7e

Please sign in to comment.