mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-01 22:13:00 +08:00
#1384 add pagination for repositories
This commit is contained in:
@ -82,7 +82,7 @@ func (issue *Issue) loadAttributes(e Engine) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (issue *Issue) LoadAttributes() (err error) {
|
||||
func (issue *Issue) LoadAttributes() error {
|
||||
return issue.loadAttributes(x)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user