Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Jul 26, 2024
1 parent 0147202 commit d87f042
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,17 +451,6 @@ const SIX_HOURS = 21600;
const EIGHT_HOURS = 28800;
const ONE_DAY = 86400;

const ONE_MINUTE = 60;
const FIVE_MINUTES = 300;
const TEN_MINUTES = 600;
const FIFTEEN_MINUTES = 900;
const THIRTY_MINUTES = 1800;
const TWO_HOURS = 7200;
const FOUR_HOURS = 14400;
const SIX_HOURS = 21600;
const EIGHT_HOURS = 28800;
const ONE_DAY = 86400;

const CONSTANTS = {
ONE_MINUTE,
FIVE_MINUTES,
Expand Down Expand Up @@ -601,29 +590,7 @@ const dateDiff = (d1, d2) => {
};

export {
ERROR_CARD_LENGTH,
renderError,
createLanguageNode,
iconWithLabel,
encodeHTML,
kFormatter,
isValidHexColor,
parseBoolean,
parseArray,
clampValue,
isValidGradient,
fallbackColor,
request,
flexLayout,
getCardColors,
wrapTextMultiline,
logger,
CONSTANTS,
CustomError,
MissingParamError,
measureText,
lowercaseTrim,
chunkArray,
parseEmojis,
dateDiff,
chunkArray, clampValue, CONSTANTS, createLanguageNode, CustomError, dateDiff, encodeHTML, ERROR_CARD_LENGTH, fallbackColor, flexLayout,
getCardColors, iconWithLabel, isValidGradient, isValidHexColor, kFormatter, logger, lowercaseTrim, measureText, MissingParamError, parseArray, parseBoolean, parseEmojis, renderError, request, wrapTextMultiline
};

0 comments on commit d87f042

Please sign in to comment.