TF-1810 Add StoreDetailedEmailToCacheInteractor to store detailed email to cache
(cherry picked from commit 60a91537f7ea1225b5ca67f6dd9ef358b33939da)
This commit is contained in:
@@ -63,6 +63,6 @@ class SpamReportRepositoryImpl extends SpamReportRepository {
|
||||
|
||||
@override
|
||||
Future<Mailbox> getSpamMailboxCached(AccountId accountId, UserName userName) {
|
||||
return mapDataSource[DataSourceType.cache]!.getSpamMailboxCached(accountId, userName);
|
||||
return mapDataSource[DataSourceType.hiveCache]!.getSpamMailboxCached(accountId, userName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user