add space assignment operator

pull/329/head
Jonathan Tsai 2020-12-29 02:08:27 +00:00
parent ee3fefae50
commit 28440fea78
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if (!config.storage.type) {
var Store, preferredStore;
if (config.storage.password == '.env') {
config.storage.password=process.env.STORAGE_PASSWORD
config.storage.password = process.env.STORAGE_PASSWORD
}
if (process.env.REDISTOGO_URL && config.storage.type === 'redis') {