We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bc7d3 commit 8e1e189Copy full SHA for 8e1e189
src/accounts/messages/messages.service.ts
@@ -89,7 +89,7 @@ export class MessagesService extends AbstractService {
89
try {
90
lock = await flow.getMailboxLock(mailbox)
91
} catch (e) {
92
- throw new NotFoundException(`Mailbox ${mailbox} not found`)
+ throw new NotFoundException(`Mailbox ${mailbox} not found`, e)
93
}
94
95
const message = await flow.fetchOne(
0 commit comments