IO-256 Resolve QBO issues.

This commit is contained in:
Patrick Fic
2021-10-22 10:46:03 -07:00
parent 9d4a59ca16
commit 37c898d3ce
5 changed files with 21515 additions and 12 deletions

View File

@@ -145,7 +145,7 @@ exports.default = async (req, res) => {
success: false,
errorMessage:
(error && error.authResponse && error.authResponse.body) ||
JSON.stringify(error),
(error && error.message),
});
}
}