mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
return nil on reddit failures
This commit is contained in:
parent
458382f3b8
commit
a442d30d05
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue