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,12 +1,12 @@
{
"name": "ayanova",
"version": "8.0.40",
"version": "8.0.41",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ayanova",
"version": "8.0.40",
"version": "8.0.41",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^5.15.4",

View File

@@ -1,6 +1,6 @@
{
"name": "ayanova",
"version": "8.0.40",
"version": "8.0.41",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

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;