Revert "IO-256 Genericize email."

This reverts commit fda3620ed0.
This commit is contained in:
Patrick Fic
2021-10-13 15:14:26 -07:00
parent fda3620ed0
commit d7b884ff86
3 changed files with 10 additions and 7 deletions

View File

@@ -117,7 +117,8 @@ exports.default = async (req, res) => {
ret.push({
jobid: job.id,
success: false,
errorMessage: JSON.stringify(error),
errorMessage:
(error && error.authResponse.body) || JSON.stringify(error),
});
}
}