spice-js 2.6.19 → 2.6.20
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 +1 -1
- package/src/models/SpiceModel.js +2 -0
package/package.json
CHANGED
package/src/models/SpiceModel.js
CHANGED
|
@@ -1088,6 +1088,7 @@ export default class SpiceModel {
|
|
|
1088
1088
|
...this[_args],
|
|
1089
1089
|
skip_cache: this[_skip_cache],
|
|
1090
1090
|
}).getMulti({
|
|
1091
|
+
skip_hooks: true,
|
|
1091
1092
|
ids: ids,
|
|
1092
1093
|
});
|
|
1093
1094
|
})
|
|
@@ -1145,6 +1146,7 @@ export default class SpiceModel {
|
|
|
1145
1146
|
...this[_args],
|
|
1146
1147
|
skip_cache: this[_skip_cache],
|
|
1147
1148
|
}).getMulti({
|
|
1149
|
+
skip_hooks: true,
|
|
1148
1150
|
ids: ids,
|
|
1149
1151
|
});
|
|
1150
1152
|
})
|