Skip to content

Commit ca64e94

Browse files
committed
Linting again
1 parent cdf9cfe commit ca64e94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,10 @@ export class FailsConfig {
217217
this.addladmins = []
218218
}
219219

220-
if (env.FAILS_ADMIN_EMAIL_SERVER && process.env.FAILS_ADMIN_EMAIL_SENDER_ADDRESS) {
220+
if (
221+
env.FAILS_ADMIN_EMAIL_SERVER &&
222+
process.env.FAILS_ADMIN_EMAIL_SENDER_ADDRESS
223+
) {
221224
this.nodemailerconfig = {
222225
host: env.FAILS_ADMIN_EMAIL_SERVER,
223226
port: env.FAILS_ADMIN_EMAIL_SERVER_PORT,

0 commit comments

Comments
 (0)