Skip to content

Commit

Permalink
build(release): compiled action for 1.4.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent 4a13a9f commit 2424cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function getScheduleDateString(text) {
// https://stackoverflow.com/a/1353711/206879
function isValidDate(datestring) {
const date = new Date(datestring);
return date instanceof Date && !Number.isNaN(date);
return date instanceof Date && !isNaN(date);
}


Expand Down

0 comments on commit 2424cc9

Please sign in to comment.