Update services/issue/issue.go

Co-authored-by: Yarden Shoham <hrsi88@gmail.com>
This commit is contained in:
スツゼル 2023-02-24 13:38:35 +02:00 committed by GitHub
parent 4be8c50a6f
commit 5f3edad64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ func ChangeTitle(issue *issues_model.Issue, doer *user_model.User, title string)
// ChangeTitle changes the title of this issue, as the given user.
func ChangePlanTime(issue *issues_model.Issue, doer *user_model.User, planTimeHours int, planTimeMinutes int) (err error) {
//oldTitle := issue.Title
issue.PlanTimeHours = planTimeHours
issue.PlanTimeMinutes = planTimeMinutes