mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +01:00
Fix: bad variable name
This commit is contained in:
parent
37f62d22b6
commit
d46de541d6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user