mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: update dependencies
This commit is contained in:
committed by
Rainer Killinger
parent
edc6e6fad5
commit
9de064756a
@@ -205,7 +205,7 @@ export class SMTP extends VerifiableTransport {
|
||||
const config = {
|
||||
...smtpConfig,
|
||||
// deleting undefined properties so the actual config doesn't get overwritten by undefined values
|
||||
...deleteUndefinedProperties(envConfig),
|
||||
...(deleteUndefinedProperties(envConfig) as object),
|
||||
} as SMTPConfig;
|
||||
|
||||
if (typeof config.host === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user