return nil on reddit failures

This commit is contained in:
Andre Medeiros 2022-11-02 01:32:42 -04:00
parent 458382f3b8
commit a442d30d05

View file

@ -114,7 +114,7 @@ func (tw *trendingWorker) Process(ctx context.Context, args ...interface{}) erro
zap.Int64("subreddit#id", id), zap.Int64("subreddit#id", id),
zap.String("subreddit#name", subreddit.NormalizedName()), zap.String("subreddit#name", subreddit.NormalizedName()),
) )
return err return nil
} }
tw.logger.Debug("loaded weeks's top posts", tw.logger.Debug("loaded weeks's top posts",