fix: add missing properties set
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -104,4 +104,8 @@ export class EntityObject implements EntityModelInterface {
|
|||||||
return this._properties;
|
return this._properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set properties(value: IndividualObject | OrganizationObject | GroupObject) {
|
||||||
|
this._properties = value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user