Skip to content

Commit

Permalink
extend scheduleConstants
Browse files Browse the repository at this point in the history
CourtHive committed Jun 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4e0f75e commit 1bfaa9e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/constants/scheduleConstants.js
Original file line number Diff line number Diff line change
@@ -5,5 +5,15 @@ export const TOTAL = 'total';
export const SCHEDULE_CONFLICT = 'CONFLICT';
export const SCHEDULE_WARNING = 'WARNING';
export const SCHEDULE_ERROR = 'ERROR';
export const SCHEDULE_STATE = 'STATE';

export const scheduleConstants = { TOTAL, SINGLES_DOUBLES, DOUBLES_SINGLES };
export const scheduleConstants = {
SINGLES_DOUBLES,
DOUBLES_SINGLES,

SCHEDULE_CONFLICT,
SCHEDULE_WARNING,
SCHEDULE_ERROR,
SCHEDULE_STATE,
TOTAL,
};

0 comments on commit 1bfaa9e

Please sign in to comment.