From 89759b0fcb53f345e2066396d6f071193130066e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:08:36 +0000 Subject: [PATCH] style: auto format --- lib/v2/dol/announce.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/v2/dol/announce.js b/lib/v2/dol/announce.js index 2df345e77f7e0d..c595f5c72ea64c 100644 --- a/lib/v2/dol/announce.js +++ b/lib/v2/dol/announce.js @@ -77,9 +77,9 @@ module.exports = async (ctx) => { pubDate: timezone( new Date( // The date is in Buddish year - parseInt(dateList[2]) - 543, - parseInt(dateList[1]) - 1, - parseInt(dateList[0]) + Number.parseInt(dateList[2]) - 543, + Number.parseInt(dateList[1]) - 1, + Number.parseInt(dateList[0]) ), +7 ),