@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/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
  }