mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
✏️ 修改lint
This commit is contained in:
parent
c9033f59d2
commit
fe9db2d70f
@ -53,8 +53,6 @@ func (repo *rssDomain) syncRss(ctx context.Context) (updated map[int64]*RssClien
|
|||||||
err = repo.storage.UpsertSource(ctx, cv.Source)
|
err = repo.storage.UpsertSource(ctx, cv.Source)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logrus.WithContext(ctx).Errorf("[rsshub syncRss] upsert source error: %v", err)
|
logrus.WithContext(ctx).Errorf("[rsshub syncRss] upsert source error: %v", err)
|
||||||
err = nil
|
|
||||||
// continue
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var updateChannelView = &RssClientView{Source: cv.Source, Contents: []*RssContent{}}
|
var updateChannelView = &RssClientView{Source: cv.Source, Contents: []*RssContent{}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user