diff --git a/common/lib/wrapper_property.ts b/common/lib/wrapper_property.ts index eba563ed..2df6e969 100644 --- a/common/lib/wrapper_property.ts +++ b/common/lib/wrapper_property.ts @@ -98,7 +98,7 @@ export class WrapperProperties { static removeWrapperProperties(config: T): T { const copy = Object.assign({}, config); - const persistingProperties = [WrapperProperties.USER.name, WrapperProperties.PASSWORD.name, WrapperProperties.DATABASE.name]; + const persistingProperties = [WrapperProperties.USER.name, WrapperProperties.PASSWORD.name, WrapperProperties.DATABASE.name, WrapperProperties.PORT.name]; Object.values(WrapperProperties).forEach((prop) => { if (prop instanceof WrapperProperty) {