Skip to content

Commit

Permalink
better error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafnarnason committed Nov 13, 2024
1 parent d9cd5db commit ad6e412
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,7 @@ export class EndorsementListService {
listId,
recipientEmail
})
throw new InternalServerErrorException(
`Failed to send PDF email: ${error.message}`
)
return { success: false }
}
}

Expand Down

0 comments on commit ad6e412

Please sign in to comment.