]> source.dussan.org Git - gitea.git/commit
Fix bug on getIssueIDsByRepoID (#16119)
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 10 Jun 2021 00:08:19 +0000 (08:08 +0800)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 00:08:19 +0000 (02:08 +0200)
commit179c727b4f4475c29a882502c8d7084aaf633900
treea583252523acff05c10a3213b11004e146340696
parent5fef041079d8524537e24e8afc5d2b8c2579600c
Fix bug on getIssueIDsByRepoID (#16119)

* Fix bug on getIssueIDsByRepoID

* Add test
models/issue.go
models/issue_test.go