Skip to content

Commit

Permalink
new new
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Aug 3, 2024
1 parent 0706321 commit 9110b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function logOutage(start, end) {
dateTime: start.toISOString()
},
end: {
dateTime: new end.toISOString()
dateTime: end.toISOString()
}
};

Expand Down

0 comments on commit 9110b62

Please sign in to comment.