feat: sent false
This commit is contained in:
parent
11c02f8433
commit
8a1e45aa10
|
|
@ -27,5 +27,7 @@ export class ResendProvider implements EmailInterface {
|
|||
} catch (err) {
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
return { sent: false };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue