TF-1810 Implement get detailed email from notification
(cherry picked from commit 2bb972e9598d42758d7f1ab50c5e1d973c6fcd01)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class GetNewReceiveEmailFromNotificationInteractor {
|
||||
accountId,
|
||||
currentState);
|
||||
|
||||
yield Right<Failure, Success>(GetNewReceiveEmailFromNotificationSuccess(accountId, userName, listEmailIds));
|
||||
yield Right<Failure, Success>(GetNewReceiveEmailFromNotificationSuccess(accountId, session, listEmailIds));
|
||||
} else {
|
||||
yield Left<Failure, Success>(GetNewReceiveEmailFromNotificationFailure(EmailStateNoChangeException()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user