Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
sazanrjb committed Dec 14, 2023
1 parent 6f74e21 commit 6bb2695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DAYS = {
THURSDAY: 4,
FRIDAY: 5,
SATURDAY: 6,
} as const;
};

export enum HOUR {
'0:00-AM' = '00:00',
Expand Down

0 comments on commit 6bb2695

Please sign in to comment.