@budibase/server 2.7.31 → 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/query.js CHANGED
@@ -14979,7 +14979,7 @@ var MongoIntegration = class {
14979
14979
  const self = this;
14980
14980
  function interpolateObjectIds(json2) {
14981
14981
  var _a;
14982
- for (let field of Object.keys(json2)) {
14982
+ for (let field of Object.keys(json2 || {})) {
14983
14983
  if (json2[field] instanceof Object) {
14984
14984
  json2[field] = self.createObjectIds(json2[field]);
14985
14985
  }