This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.40",
|
||||
version: "8.0.41",
|
||||
copyright: "© 1999-2023, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user