Skip to content

Commit

Permalink
feat: 선착순 이벤트 퀴즈 오픈 시간 오전 10시 15분으로 임시 변경 for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 22, 2024
1 parent 2f47b37 commit 11e154d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TriggerButtonLike from './TriggerButtonLike.tsx';

const FCFSModal = lazy(() => import('src/components/shared/modal/fcfs/index.tsx'));

const EVENT_OPEN_HOUR = 15;
const EVENT_OPEN_HOUR = 10;
const EVENT_OPEN_MINUTE = 15;

const ProtectedFCFSButton = withAuth(() => (
Expand Down

0 comments on commit 11e154d

Please sign in to comment.