mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-20 16:12:13 +02:00
parent
c9baf9d14b
commit
e4706127f9
@ -1585,7 +1585,7 @@ func DeleteRepository(uid, repoID int64) error {
|
||||
|
||||
attachments := make([]*Attachment, 0, 5)
|
||||
if err = sess.
|
||||
In("issue_id=?", issueIDs).
|
||||
In("issue_id", issueIDs).
|
||||
Find(&attachments); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user