Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent ba3c292 commit 89759b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/v2/dol/announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit 89759b0

Please sign in to comment.