deduplicate error messages for ease of debugging (#4856)

#### Type of change

- [x] 🧹 Tech Debt/Cleanup
This commit is contained in:
Keepers 2023-12-14 12:49:59 -07:00 committed by GitHub
parent 93963752bc
commit 791f4435d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ func streamItems(
if err != nil {
ch <- export.Item{
ID: id,
Error: clues.Wrap(err, "converting to eml"),
Error: clues.Wrap(err, "converting JSON to eml"),
}
continue