TF-1923 Fix duplicated store new email from push notification

(cherry picked from commit 076bbe249cc870b944a2dc40bc31012e061e0897)
This commit is contained in:
dab246
2023-06-21 01:53:38 +07:00
committed by Dat H. Pham
parent 5faab2c306
commit ad5136b117
3 changed files with 28 additions and 9 deletions
@@ -5,4 +5,6 @@ class NotFoundStoredNewEmailException implements Exception {}
class NotFoundStoredEmailException implements Exception {}
class OpenedEmailAlreadyStoredException implements Exception {}
class OpenedEmailAlreadyStoredException implements Exception {}
class NewEmailAlreadyStoredException implements Exception {}