From ca08e3ef81b2f07064f8e357cc98f7a14355e8d6 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 3 Feb 2025 17:41:41 +0100 Subject: [PATCH] fix import --- website/client/package.json | 1 - website/common/script/cron.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/website/client/package.json b/website/client/package.json index 346fe81df1..abf215114e 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -51,7 +51,6 @@ "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@vitest/browser": "^3.0.5", "babel-plugin-lodash": "^3.3.4", - "chai": "^5.1.0", "inspectpack": "^4.7.1", "jsdom": "^26.0.0", "mocha": "^11.1.0", diff --git a/website/common/script/cron.js b/website/common/script/cron.js index 7e37ecd454..cc568cfc5e 100644 --- a/website/common/script/cron.js +++ b/website/common/script/cron.js @@ -7,7 +7,7 @@ import defaults from 'lodash/defaults'; import invert from 'lodash/invert'; import moment from 'moment'; -import 'moment-recur/moment-recur.js'; +import 'moment-recur'; export const DAY_MAPPING = { 0: 'su',