@budibase/server 2.7.7 → 2.7.9

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
@@ -23422,7 +23422,7 @@ function mergeConfigs(update7, old) {
23422
23422
  }
23423
23423
  if (hasAuthConfigs(update7)) {
23424
23424
  const configs = update7.config.authConfigs;
23425
- const oldConfigs = (_a = old.config) == null ? void 0 : _a.authConfigs;
23425
+ const oldConfigs = ((_a = old.config) == null ? void 0 : _a.authConfigs) || [];
23426
23426
  for (let config of configs) {
23427
23427
  if (config.type !== "basic" /* BASIC */) {
23428
23428
  continue;