rez_core 2.1.38 → 2.1.39

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.1.38",
3
+ "version": "2.1.39",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -129,6 +129,7 @@ export class UserSessionService {
129
129
  return mapping;
130
130
  }
131
131
 
132
+ //DONE
132
133
  // If BRN, resolve first SCH under this brand
133
134
  const schools = await this.dataSource.query(
134
135
  `SELECT id FROM cr_school WHERE brand_id = ? ORDER BY id ASC LIMIT 1`,