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