@budibase/server 2.7.32 → 2.7.33
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/builder/assets/{index.129184ea.js → index.5e761588.js} +278 -278
- package/builder/index.html +1 -1
- package/dist/automation.js +1 -1
- package/dist/automation.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/query.js +1 -1
- package/dist/query.js.map +2 -2
- package/package.json +8 -8
- package/src/integrations/mongodb.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -27143,7 +27143,7 @@ var init_mongodb = __esm({
|
|
|
27143
27143
|
const self = this;
|
|
27144
27144
|
function interpolateObjectIds(json3) {
|
|
27145
27145
|
var _a2;
|
|
27146
|
-
for (let field of Object.keys(json3)) {
|
|
27146
|
+
for (let field of Object.keys(json3 || {})) {
|
|
27147
27147
|
if (json3[field] instanceof Object) {
|
|
27148
27148
|
json3[field] = self.createObjectIds(json3[field]);
|
|
27149
27149
|
}
|