mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
fix template error
This commit is contained in:
parent
c0ebde7591
commit
64985c7faa
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue