This commit is contained in:
stuzer05 2023-02-24 13:38:05 +02:00
parent d75b7acac6
commit 4be8c50a6f
1 changed files with 1 additions and 1 deletions

View File

@ -1970,7 +1970,7 @@ func UpdateIssueTitle(ctx *context.Context) {
})
}
// UpdateIssuePlanTime change issue's title
// UpdateIssuePlanTime change issue's planned time
func UpdateIssuePlanTime(ctx *context.Context) {
issue := GetActionIssue(ctx)
if ctx.Written() {