Skip to content

Commit e0f5b5b

Browse files
committed
Fix linting
1 parent c2b6714 commit e0f5b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ export class FailsConfig {
228228
}
229229
}
230230
if (process.env.FAILS_ADMIN_EMAILS_ROOT_ADDRESSES) {
231-
this.rootemails = process.env.FAILS_ADMIN_EMAILS_ROOT_ADDRESSES.split(',')
231+
this.rootemails =
232+
process.env.FAILS_ADMIN_EMAILS_ROOT_ADDRESSES.split(',')
232233
}
233234
}
234235
}

0 commit comments

Comments
 (0)