mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-18 07:53:04 +00:00
Update tool dependencies (#29030)
This commit is contained in:
parent
a9bc590d5d
commit
a6cea59514
7 changed files with 5 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue