File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ export class FailsConfig {
6666 process . env . FAILS_ADMIN_EMAIL_SERVER_PORT ,
6767 FAILS_ADMIN_EMAIL_SENDER_ADDRESS :
6868 process . env . FAILS_ADMIN_EMAIL_SENDER_ADDRESS ,
69- FAILS_ADMIN_EMAILS_ROOT_ADDRESSES :
70- process . env . FAILS_ADMIN_EMAILS_ROOT_ADDRESSES ,
69+ FAILS_ADMIN_EMAIL_ROOT_ADDRESSES :
70+ process . env . FAILS_ADMIN_EMAIL_ROOT_ADDRESSES ,
7171 FAILS_ADMIN_EMAIL_ACCOUNT_NAME :
7272 process . env . FAILS_ADMIN_EMAIL_ACCOUNT_NAME ,
7373 FAILS_ADMIN_EMAIL_ACCOUNT_PASSWORD :
@@ -227,9 +227,9 @@ export class FailsConfig {
227227 pass : env . FAILS_ADMIN_EMAIL_ACCOUNT_PASSWORD
228228 }
229229 }
230- if ( process . env . FAILS_ADMIN_EMAILS_ROOT_ADDRESSES ) {
230+ if ( process . env . FAILS_ADMIN_EMAIL_ROOT_ADDRESSES ) {
231231 this . rootemails =
232- process . env . FAILS_ADMIN_EMAILS_ROOT_ADDRESSES . split ( ',' )
232+ process . env . FAILS_ADMIN_EMAIL_ROOT_ADDRESSES . split ( ',' )
233233 }
234234 }
235235 }
You can’t perform that action at this time.
0 commit comments