This commit is contained in:
2023-03-23 23:55:41 +00:00
parent 664e4f1e51
commit 774d8fd92f
4 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.40",
version: "8.0.41",
copyright: "© 1999-2023, Ground Zero Tech-Works Inc."
};

View File

@@ -491,7 +491,8 @@ export default {
if (r.status == 400) {
window.$gz.store.commit(
"logItem",
"API error on upsert: bad request, response body=" + JSON.stringify(rBody)
"API error on upsert: bad request, response body=" +
JSON.stringify(rBody)
);
}
return rBody;