Skip to content

Commit

Permalink
fix: Remove unused days object
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinstava committed May 22, 2024
1 parent 31b6f39 commit a3e9167
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/types/chartDataTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const TimeUnitCodes = Object.freeze({
years: i18n.t('Years'),
months: i18n.t('Months'),
weeks: i18n.t('Weeks'),
days: i18n.t('Days'),
});

export const timeUnitData: { [key: string]: TimeUnitData } = {
Expand All @@ -68,10 +67,6 @@ export const timeUnitData: { [key: string]: TimeUnitData } = {
singular: i18n.t('week'),
plural: i18n.t('weeks'),
},
[TimeUnitCodes.days]: {
singular: i18n.t('day'),
plural: i18n.t('days'),
},
};

export const MeasurementTypeCodesLabel = Object.freeze({
Expand Down

0 comments on commit a3e9167

Please sign in to comment.