@glissandoo/lib 1.46.1 → 1.46.2
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/models/Group/index.js +1 -1
- package/package.json +1 -1
package/models/Group/index.js
CHANGED
|
@@ -186,7 +186,7 @@ class Group extends basic_1.default {
|
|
|
186
186
|
return this.data.createdOn;
|
|
187
187
|
}
|
|
188
188
|
get instruments() {
|
|
189
|
-
return this.data.instruments;
|
|
189
|
+
return this.data.instruments || {};
|
|
190
190
|
}
|
|
191
191
|
get instrumentsList() {
|
|
192
192
|
return (0, objects_1.orderedMapToArray)(this.instruments).map(({ id }) => id);
|