@dnax/core 0.77.1 → 0.77.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/driver/mongo/rest.ts +1 -0
- package/package.json +1 -1
package/driver/mongo/rest.ts
CHANGED
|
@@ -2091,6 +2091,7 @@ class useRest {
|
|
|
2091
2091
|
let operationInstance = operation.updateMany || operation.updateOne;
|
|
2092
2092
|
|
|
2093
2093
|
if (operationInstance?.update) {
|
|
2094
|
+
operationInstance.filter = formatData(operationInstance.filter);
|
|
2094
2095
|
if (operationInstance?.update?.$set) {
|
|
2095
2096
|
operationInstance.update.$set = deepSetId(
|
|
2096
2097
|
col,
|