rez_core 3.1.174 → 3.1.176

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": "3.1.174",
3
+ "version": "3.1.176",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -392,7 +392,7 @@ export class WrapperService {
392
392
  LIMIT 1`,
393
393
  [payload.template_code],
394
394
  );
395
-
395
+ this.logger.log(`template by code `+ templates);
396
396
  if (templates && templates.length > 0) {
397
397
  payload['templateId'] = templates[0].id;
398
398
  }