@budibase/server 2.6.19-alpha.39 → 2.6.19-alpha.40

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
@@ -21410,7 +21410,7 @@ var init_map = __esm({
21410
21410
  result = JSON.parse(value.replace(/'/g, '"'));
21411
21411
  return result;
21412
21412
  } catch (e) {
21413
- logging_exports.logAlert("Could not parse row value", e);
21413
+ logging_exports.logWarn("Could not parse row value", e);
21414
21414
  }
21415
21415
  }
21416
21416
  return value;