Skip to content

Commit fe9db2d

Browse files
committed
✏️ 修改lint
1 parent c9033f5 commit fe9db2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/rsshub/domain/job.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ func (repo *rssDomain) syncRss(ctx context.Context) (updated map[int64]*RssClien
5353
err = repo.storage.UpsertSource(ctx, cv.Source)
5454
if err != nil {
5555
logrus.WithContext(ctx).Errorf("[rsshub syncRss] upsert source error: %v", err)
56-
err = nil
57-
// continue
5856
}
5957
}
6058
var updateChannelView = &RssClientView{Source: cv.Source, Contents: []*RssContent{}}

0 commit comments

Comments
 (0)