- remove comment into task controller

This commit is contained in:
naudachu 2023-06-27 11:59:56 +05:00
parent 24c98b94e9
commit 51c64e0cd4
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ func (wc *WorkflowController) CreateTask(t *Task) (*Task, error) {
t.Key = issue.Key
t.URL = fmt.Sprintf("https://marlerino.youtrack.cloud/issue/%s", issue.Key)
return t, nil //[ ] normal return;
return t, nil
}