mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
style: auto format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const dayjs = require("dayjs");
|
||||
const dayjs = require('dayjs');
|
||||
dayjs.extend(require('dayjs/plugin/customParseFormat'));
|
||||
|
||||
module.exports = (date, ...options) => dayjs(date, ...options).toDate();
|
||||
|
||||
Reference in New Issue
Block a user