✏️ 修改lint

This commit is contained in:
小锅饭 2025-09-16 23:31:51 +08:00
parent c9033f59d2
commit fe9db2d70f

View File

@ -53,8 +53,6 @@ func (repo *rssDomain) syncRss(ctx context.Context) (updated map[int64]*RssClien
err = repo.storage.UpsertSource(ctx, cv.Source)
if err != nil {
logrus.WithContext(ctx).Errorf("[rsshub syncRss] upsert source error: %v", err)
err = nil
// continue
}
}
var updateChannelView = &RssClientView{Source: cv.Source, Contents: []*RssContent{}}