mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 07:57:44 +00:00
now that we cleared things up, let's show all errors
This commit is contained in:
parent
199643449d
commit
00f17b7622
1 changed files with 1 additions and 3 deletions
|
@ -188,9 +188,7 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) {
|
||||||
|
|
||||||
account, err := nc.accountRepo.GetByRedditID(ctx, id)
|
account, err := nc.accountRepo.GetByRedditID(ctx, id)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err != domain.ErrNotFound {
|
logger.Debug("could not fetch account", zap.Error(err))
|
||||||
logger.Debug("could not fetch account", zap.Error(err))
|
|
||||||
}
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue