rez_core 2.2.238 → 2.2.239

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": "2.2.238",
3
+ "version": "2.2.239",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -175,7 +175,7 @@ export class EntityController {
175
175
  await this.workflowAutomationEngineService.handleEntityEvent(
176
176
  entityData.entity_type,
177
177
  'CREATE',
178
- entityData,
178
+ savedData,
179
179
  null,
180
180
  loggedInUser,
181
181
  );