mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
🔨 Correct wrong name on status initialization
This commit is contained in:
parent
439ef0ca53
commit
0c930c29fc
@ -4,8 +4,8 @@ const statusPath = './status.json'
|
||||
|
||||
let baseStatus = {
|
||||
status: "idle",
|
||||
last_upload: null,
|
||||
next_upload: null
|
||||
last_backup: null,
|
||||
next_backup: null
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user