mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +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 = {
|
let baseStatus = {
|
||||||
status: "idle",
|
status: "idle",
|
||||||
last_upload: null,
|
last_backup: null,
|
||||||
next_upload: null
|
next_backup: null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user