vona-module-a-orm 5.0.38 → 5.0.40
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3709,7 +3709,7 @@ function _DtoGet_relation_handle(entityClass, relation, mutateTypeTopLevel) {
|
|
|
3709
3709
|
options
|
|
3710
3710
|
} = relationReal;
|
|
3711
3711
|
const modelTarget = prepareClassModel(model);
|
|
3712
|
-
const optionsReal =
|
|
3712
|
+
const optionsReal = deepExtend({}, options, {
|
|
3713
3713
|
include: includeReal,
|
|
3714
3714
|
with: withReal
|
|
3715
3715
|
});
|