1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Fix panic in team repos API (#19431)

* Fix panic in team repos API

* Fix pagination

* fmt
This commit is contained in:
qwerty287
2022-04-20 12:43:26 +02:00
committed by GitHub
parent 409ff55a29
commit ae6a52440a
3 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ import (
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/modules/util"
"code.gitea.io/gitea/modules/web"
"mvdan.cc/xurls/v2"
)