Revert "Mark account as seen"

This reverts commit ac72c979a6.
This commit is contained in:
Andre Medeiros 2022-05-27 15:02:39 -04:00
parent ac72c979a6
commit f7516a06b3

View file

@ -164,7 +164,6 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) {
newAccount := account.CheckCount == 0
previousNextCheck := account.NextNotificationCheckAt
account.NextNotificationCheckAt = now
account.CheckCount++