@budibase/server 2.7.7-alpha.2 → 2.7.7-alpha.3

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
@@ -37799,6 +37799,8 @@ function process2(updateCb) {
37799
37799
  } catch (err) {
37800
37800
  if ((err == null ? void 0 : err.status) === 404) {
37801
37801
  return;
37802
+ } else if ((err == null ? void 0 : err.status) === 409) {
37803
+ return;
37802
37804
  } else {
37803
37805
  logging_exports.logAlert("Failed to perform user/group app sync", err);
37804
37806
  }