From eed22aa9d0106f463ccfac189bb047fd342f6d2c Mon Sep 17 00:00:00 2001 From: SodhiA1 <38086281+SodhiA1@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:49:38 -0700 Subject: [PATCH] Update exchange.js --- backend/src/components/edx/exchange.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/components/edx/exchange.js b/backend/src/components/edx/exchange.js index 36b81103a..f7515c89a 100644 --- a/backend/src/components/edx/exchange.js +++ b/backend/src/components/edx/exchange.js @@ -6,7 +6,7 @@ const config = require('../../config'); const {getData, getCodeTable, putData} = require('../utils'); const utils = require('../utils'); const {FILTER_OPERATION, VALUE_TYPE, CACHE_KEYS} = require('../../util/constants'); -const {LocalDateTime, LocalDate, DateTimeFormatter} = require('@js-joda/core'); +const {LocalDateTime, DateTimeFormatter} = require('@js-joda/core'); const cacheService = require('../cache-service'); const log = require('../logger');