We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0706321 commit 9110b62Copy full SHA for 9110b62
1 file changed
run.js
@@ -76,7 +76,7 @@ function logOutage(start, end) {
76
dateTime: start.toISOString()
77
},
78
end: {
79
- dateTime: new end.toISOString()
+ dateTime: end.toISOString()
80
}
81
};
82
0 commit comments