Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Oct 21, 2024
1 parent 18df30c commit ed0bcd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/frontend/src/constants/date.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Replace with an enum when TypeScript is introduced

export const API_DATE_FORMAT = 'YYYY.MM.DD'
export const DISPLAY_DATE_FORMAT = 'DD.MM.YYYY'
export const DISPLAY_DATE_FORMAT_DEV = 'DD.MM.YYYY HH:mm:ss'
export const ISO_DATE_FORMAT = 'YYYY-MM-DD'
Expand Down

0 comments on commit ed0bcd7

Please sign in to comment.