Skip to content

Commit 8a1e45a

Browse files
committed
feat: sent false
1 parent 11c02f8 commit 8a1e45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/nestjs-libraries/src/emails/resend.provider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ export class ResendProvider implements EmailInterface {
2727
} catch (err) {
2828
console.log(err);
2929
}
30+
31+
return { sent: false };
3032
}
3133
}

0 commit comments

Comments
 (0)