Skip to content

Commit

Permalink
Update DaysMatter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zqzess committed Oct 8, 2023
1 parent 2f0412a commit 8632154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Mine/wnCalendar/DaysMatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function startWork() {
notifyContent = dateDiffArray[i].name + ":" + today(tnumcount(i)) + ","
continue
}
notifyContent = notifyContent + dateDiffArray[i].name + ":" + tnumcount(i) + ","
notifyContent = notifyContent + dateDiffArray[i].name + ":" + tnumcount(i) + ","
}
notifyContent = notifyContent.substring(0,notifyContent.length-1)
$.isSurge() ? body = {
Expand Down

0 comments on commit 8632154

Please sign in to comment.