Update dbMigration mappings

This commit is contained in:
advplyr 2023-07-14 14:04:28 -05:00
parent e40e0bfa25
commit 9b7aacf3ea
2 changed files with 4 additions and 4 deletions

View file

@ -107,7 +107,7 @@ export default {
this.$toast.error('Invalid number of backups to keep')
return
}
var updatePayload = {
const updatePayload = {
backupSchedule: this.enableBackups ? this.cronExpression : false,
backupsToKeep: Number(this.backupsToKeep),
maxBackupSize: Number(this.maxBackupSize)