🔨 Correct wrong name on status initialization

This commit is contained in:
Sebastien Clement 2020-01-04 20:30:06 +01:00
parent 439ef0ca53
commit 0c930c29fc

View File

@ -4,8 +4,8 @@ const statusPath = './status.json'
let baseStatus = {
status: "idle",
last_upload: null,
next_upload: null
last_backup: null,
next_backup: null
}