Skip to content

Commit

Permalink
Update exchange.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Oct 11, 2023
1 parent c452ca2 commit eed22aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/components/edx/exchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit eed22aa

Please sign in to comment.