We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70f6c98 + a435057 commit b81237aCopy full SHA for b81237a
backend/routes/api.js
@@ -16,8 +16,6 @@ const TaskScheduler = require("../classes/task-scheduler-singleton");
16
const TaskManager = require("../classes/task-manager-singleton.js");
17
18
const dayjs = require("dayjs");
19
-const customParseFormat = require("dayjs/plugin/customParseFormat");
20
-dayjs.extend(customParseFormat);
21
22
const router = express.Router();
23
backend/routes/stats.js
@@ -4,8 +4,6 @@ const db = require("../db");
4
const dbHelper = require("../classes/db-helper");
5
6
7
8
9
10
11
0 commit comments