feat: sent false

This commit is contained in:
Nevo David 2025-08-12 13:55:03 +07:00
parent 11c02f8433
commit 8a1e45aa10
1 changed files with 2 additions and 0 deletions

View File

@ -27,5 +27,7 @@ export class ResendProvider implements EmailInterface {
} catch (err) {
console.log(err);
}
return { sent: false };
}
}