mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 00:09:38 +00:00
Fix: bad variable name
This commit is contained in:
parent
37f62d22b6
commit
d46de541d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue