TF-82 Discard email drafts
This commit is contained in:
@@ -90,7 +90,12 @@ class EmailRepositoryImpl extends EmailRepository {
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> saveEmailAsDrafts(AccountId accountId, Email email) {
|
||||
Future<Email?> saveEmailAsDrafts(AccountId accountId, Email email) {
|
||||
return emailDataSource.saveEmailAsDrafts(accountId, email);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> removeEmailDrafts(AccountId accountId, EmailId emailId) {
|
||||
return emailDataSource.removeEmailDrafts(accountId, emailId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user