mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-02 14:32:21 +00:00
Fixed typo in maintenance.js
This commit is contained in:
parent
bd417fd110
commit
23277149a0
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Maintenance extends BeanModel {
|
||||||
} else {
|
} else {
|
||||||
bean.start_date = null;
|
bean.start_date = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (obj.dateRange[1]) {
|
if (obj.dateRange[1]) {
|
||||||
bean.end_date = obj.dateRange[1];
|
bean.end_date = obj.dateRange[1];
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue