mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
oops
This commit is contained in:
parent
c8accd5618
commit
65f79dc5ae
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ func (snw *stuckNotificationsWorker) Process(ctx context.Context, args ...interf
|
||||||
|
|
||||||
account, err := snw.accountRepo.GetByRedditID(ctx, id)
|
account, err := snw.accountRepo.GetByRedditID(ctx, id)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
snw.logger.Error("failed to fetch account from database", zap.Error(err), zap.Int64("account#id", id))
|
snw.logger.Error("failed to fetch account from database", zap.Error(err), zap.String("account#reddit_account_id", id))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue