Fix: bad variable name

This commit is contained in:
Nicholas Wallace 2024-07-05 17:41:07 +00:00
parent 37f62d22b6
commit d46de541d6

View File

@ -190,7 +190,7 @@ class ServerSettings {
this.backupPath = process.env.BACKUP_PATH
}
this.backupPathEnvSet = !!settings.process.env.BACKUP_PATH || false
this.backupPathEnvSet = !!process.env.BACKUP_PATH || false
}
toJSON() {