Skip to content

Commit b81237a

Browse files
authored
Merge pull request #451 from Zlendy/fix/dayjs-recently-added
fix: Items in "Recently Added" are out of order
2 parents 70f6c98 + a435057 commit b81237a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

backend/routes/api.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ const TaskScheduler = require("../classes/task-scheduler-singleton");
1616
const TaskManager = require("../classes/task-manager-singleton.js");
1717

1818
const dayjs = require("dayjs");
19-
const customParseFormat = require("dayjs/plugin/customParseFormat");
20-
dayjs.extend(customParseFormat);
2119

2220
const router = express.Router();
2321

backend/routes/stats.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const db = require("../db");
44
const dbHelper = require("../classes/db-helper");
55

66
const dayjs = require("dayjs");
7-
const customParseFormat = require("dayjs/plugin/customParseFormat");
8-
dayjs.extend(customParseFormat);
97

108
const router = express.Router();
119

0 commit comments

Comments
 (0)