Skip to content

Commit af3cc41

Browse files
committed
fix(bug-state): remove unused constant
1 parent ac686d8 commit af3cc41

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/constants.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ export const DEFAULT_BUG_PRIORITY = {
2929
name: 'medium',
3030
};
3131

32-
export const DEFAULT_BUG_STATUS = {
33-
id: 3,
34-
name: 'to do',
35-
};
36-
3732
export const EXPRESS_START_DATE_MAX_VALUE = 30;
3833
export const EXPRESS_BUSINESS_DAYS_TO_ADD = 2;
3934
export const EXPRESS_3_BUSINESS_DAYS_TO_ADD = 3;

0 commit comments

Comments
 (0)