@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.
@@ -9,7 +9,7 @@
9
9
  <link href="/builder/fonts/source-sans-pro/600.css" rel="stylesheet" />
10
10
  <link href="/builder/fonts/source-sans-pro/700.css" rel="stylesheet" />
11
11
  <link href="/builder/fonts/remixicon.css" rel="stylesheet" />
12
- <script type="module" crossorigin src="/builder/assets/index.129184ea.js"></script>
12
+ <script type="module" crossorigin src="/builder/assets/index.5e761588.js"></script>
13
13
  <link rel="stylesheet" href="/builder/assets/index.d6eab42b.css">
14
14
  </head>
15
15
 
@@ -21910,7 +21910,7 @@ var init_mongodb = __esm({
21910
21910
  const self = this;
21911
21911
  function interpolateObjectIds(json3) {
21912
21912
  var _a;
21913
- for (let field of Object.keys(json3)) {
21913
+ for (let field of Object.keys(json3 || {})) {
21914
21914
  if (json3[field] instanceof Object) {
21915
21915
  json3[field] = self.createObjectIds(json3[field]);
21916
21916
  }