rez_core 4.0.54 → 4.0.55

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "4.0.54",
3
+ "version": "4.0.55",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -485,7 +485,6 @@ export class EntityServiceImpl implements EntityService<BaseEntity> {
485
485
  const entityData = await this.entityMasterService.getEntityData(
486
486
  entityType,
487
487
  loggedInUser,
488
- entityId,
489
488
  );
490
489
 
491
490
  const repoService = this.reflectionHelper.getRepoService(