Skip to content

Commit 8e1e189

Browse files
committed
Update messages.service.ts
1 parent 68bc7d3 commit 8e1e189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accounts/messages/messages.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class MessagesService extends AbstractService {
8989
try {
9090
lock = await flow.getMailboxLock(mailbox)
9191
} catch (e) {
92-
throw new NotFoundException(`Mailbox ${mailbox} not found`)
92+
throw new NotFoundException(`Mailbox ${mailbox} not found`, e)
9393
}
9494
try {
9595
const message = await flow.fetchOne(

0 commit comments

Comments
 (0)