Skip to content

Commit 6e41e47

Browse files
committed
Fix
1 parent 5ecffde commit 6e41e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
const data = [];
3838

3939
const date = this.since && new Date(this.since);
40-
if (date && isNaN(date.getTime())) {
40+
if (date && isNaN(date.valueOf())) {
4141
throw new ConfigurationError("Invalid date string provided");
4242
}
4343

0 commit comments

Comments
 (0)