We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9033f5 commit fe9db2dCopy full SHA for fe9db2d
plugin/rsshub/domain/job.go
@@ -53,8 +53,6 @@ func (repo *rssDomain) syncRss(ctx context.Context) (updated map[int64]*RssClien
53
err = repo.storage.UpsertSource(ctx, cv.Source)
54
if err != nil {
55
logrus.WithContext(ctx).Errorf("[rsshub syncRss] upsert source error: %v", err)
56
- err = nil
57
- // continue
58
}
59
60
var updateChannelView = &RssClientView{Source: cv.Source, Contents: []*RssContent{}}
0 commit comments