Update tool dependencies (#29030)

This commit is contained in:
silverwind 2024-02-03 01:11:39 +01:00 committed by GitHub
parent a9bc590d5d
commit a6cea59514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 12 deletions

View file

@ -205,7 +205,6 @@ func GetAllCommits(ctx *context.APIContext) {
Not: not,
Revision: []string{baseCommit.ID.String()},
})
if err != nil {
ctx.Error(http.StatusInternalServerError, "GetCommitsCount", err)
return
@ -245,7 +244,6 @@ func GetAllCommits(ctx *context.APIContext) {
Not: not,
Page: listOptions.Page,
})
if err != nil {
ctx.Error(http.StatusInternalServerError, "CommitsByFileAndRange", err)
return

View file

@ -296,7 +296,6 @@ func releasesToFeedItems(ctx *context.Context, releases []*repo_model.Release, i
},
Metas: rel.Repo.ComposeMetas(ctx),
}, rel.Note)
if err != nil {
return nil, err
}