This commit is contained in:
Andre Medeiros 2022-11-02 01:19:13 -04:00
parent c8accd5618
commit 65f79dc5ae

View file

@ -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
} }