rez_core 4.0.129 → 4.0.130

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.129",
3
+ "version": "4.0.130",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -273,7 +273,7 @@ export class WorkflowMetaService extends EntityServiceImpl {
273
273
  is_current: 'Y',
274
274
  });
275
275
 
276
- this.populateActionService(
276
+ await this.populateActionService(
277
277
  stageData.nextStage.id,
278
278
  loggedInUser,
279
279
  mapped_entity_id,