mirror of
https://github.com/go-gitea/gitea
synced 2025-01-10 17:54:27 +00:00
6151e69d95
I noticed that `issue_service.CreateComment` adds transaction operations on `issues_model.CreateComment`, we can merge the two functions and we can avoid calling each other's methods in the `services` layer. Co-authored-by: Giteabot <teabot@gitea.io>