mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-30 13:02:20 +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 {
|
||||
bean.start_date = null;
|
||||
}
|
||||
|
||||
|
||||
if (obj.dateRange[1]) {
|
||||
bean.end_date = obj.dateRange[1];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue