From 93b48260e46cdc5fda17e38aaa10b9b08b0cce13 Mon Sep 17 00:00:00 2001 From: Paul Gain Date: Mon, 16 Dec 2024 13:04:05 +0000 Subject: [PATCH] Remove unused constants --- src/common/constants.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/common/constants.js b/src/common/constants.js index 1e1b094914b..18150a951e1 100644 --- a/src/common/constants.js +++ b/src/common/constants.js @@ -1,14 +1,8 @@ // These are date-fns format codes - see https://date-fns.org/v2.23.0/docs/format -const DATE_LONG_FORMAT_1 = 'd MMMM yyyy' const DATE_LONG_FORMAT_2 = 'dd MMM yyyy' const DATE_LONG_FORMAT_3 = 'yyyy-MM-dd' -const DATE_DAY_LONG_FORMAT = 'E, dd MMM yyyy' -const DATE_MEDIUM_FORMAT = 'd MMM yyyy' -const DATE_TIME_MEDIUM_FORMAT = 'd MMM yyyy, h:mmaaa' const DATE_SHORT_FORMAT = 'yyyy-MM' -const DATE_SHORT_FORMAT_2 = 'MMMM yyyy' const DATE_DAY_MONTH = 'dd MMM' -const INTERACTION_TIMESTAMP_FORMAT = 'y-MM-d' const UNITED_KINGDOM_ID = '80756b9a-5d95-e211-a939-e4115bead28a' const UNITED_STATES_ID = '81756b9a-5d95-e211-a939-e4115bead28a' @@ -66,16 +60,10 @@ const EXPORT_INTEREST_STATUS = { } module.exports = { - DATE_DAY_LONG_FORMAT, DATE_DAY_MONTH, - DATE_LONG_FORMAT_1, DATE_LONG_FORMAT_2, DATE_LONG_FORMAT_3, - DATE_MEDIUM_FORMAT, - DATE_TIME_MEDIUM_FORMAT, DATE_SHORT_FORMAT, - DATE_SHORT_FORMAT_2, - INTERACTION_TIMESTAMP_FORMAT, UNITED_KINGDOM_ID, UNITED_STATES_ID, CANADA_ID,