From ed0bcd7fee1137d3b4f57e53a86fc011782b5742 Mon Sep 17 00:00:00 2001 From: Valtteri Kantanen Date: Mon, 21 Oct 2024 18:42:30 +0300 Subject: [PATCH] Remove unused constant --- services/frontend/src/constants/date.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/frontend/src/constants/date.js b/services/frontend/src/constants/date.js index 6328eda5e0..3c618efb4f 100644 --- a/services/frontend/src/constants/date.js +++ b/services/frontend/src/constants/date.js @@ -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'