mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 05:58:02 +02:00
fix template error
This commit is contained in:
@ -353,7 +353,6 @@ type IssueUser struct {
|
||||
IsClosed bool
|
||||
}
|
||||
|
||||
// FIXME: organization
|
||||
func newIssueUsers(e *xorm.Session, repo *Repository, issue *Issue) error {
|
||||
users, err := repo.GetAssignees()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user