style: auto format

This commit is contained in:
GitHub Action
2021-05-08 21:49:05 +00:00
parent 9a3ae8a4bc
commit e1b3b5d877
3 changed files with 10 additions and 41 deletions

View File

@@ -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();