mirror of https://github.com/statping/statping
removed end date validation
parent
8e701e2a49
commit
2b8964eeaa
|
@ -218,7 +218,7 @@ export default {
|
||||||
subStatus: 'degraded',
|
subStatus: 'degraded',
|
||||||
failures: 20,
|
failures: 20,
|
||||||
start: new Date().toJSON(),
|
start: new Date().toJSON(),
|
||||||
end: new Date().toJSON(),
|
end: null,
|
||||||
},
|
},
|
||||||
config: {
|
config: {
|
||||||
altFormat: 'J M, Y, h:iK',
|
altFormat: 'J M, Y, h:iK',
|
||||||
|
|
Loading…
Reference in New Issue