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 11c02f8 commit 8a1e45aCopy full SHA for 8a1e45a
libraries/nestjs-libraries/src/emails/resend.provider.ts
@@ -27,5 +27,7 @@ export class ResendProvider implements EmailInterface {
27
} catch (err) {
28
console.log(err);
29
}
30
+
31
+ return { sent: false };
32
33
0 commit comments