@infrab4a/connect 4.0.0-beta.28 → 4.0.0-beta.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1008,7 +1008,7 @@ class User extends BaseModel {
1008
1008
  const instance = super.toInstance(data);
1009
1009
  if (!isNil(data.firstName))
1010
1010
  instance.displayName = `${data.firstName}${!isNil(data.lastName) ? ` ${data.lastName}` : ''}`;
1011
- return;
1011
+ return instance;
1012
1012
  }
1013
1013
  toPlain() {
1014
1014
  const plain = super.toPlain();