From 65f79dc5ae8d97cf7a162e9e31e581117ac4a917 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Wed, 2 Nov 2022 01:19:13 -0400 Subject: [PATCH] oops --- internal/worker/stuck_notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/worker/stuck_notifications.go b/internal/worker/stuck_notifications.go index 2a0ee5f..8b9eb55 100644 --- a/internal/worker/stuck_notifications.go +++ b/internal/worker/stuck_notifications.go @@ -55,7 +55,7 @@ func (snw *stuckNotificationsWorker) Process(ctx context.Context, args ...interf account, err := snw.accountRepo.GetByRedditID(ctx, id) 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 }