rez_core 5.0.164 → 5.0.166

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": "5.0.164",
3
+ "version": "5.0.166",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -593,7 +593,7 @@ export class EntityDynamicService {
593
593
  organizationId,
594
594
  );
595
595
 
596
- const entityRepo = this.reflectionHelper.getRepoService(entityMaster?.entity_data_class);
596
+ // const entityRepo = this.reflectionHelper.getRepoService(entityMaster?.entity_data_class);
597
597
 
598
598
  const columns = validAttributes.map(attr => `t.${attr.attribute_key}`);
599
599