- remove comment into task controller
This commit is contained in:
parent
24c98b94e9
commit
51c64e0cd4
|
|
@ -40,5 +40,5 @@ func (wc *WorkflowController) CreateTask(t *Task) (*Task, error) {
|
||||||
t.Key = issue.Key
|
t.Key = issue.Key
|
||||||
t.URL = fmt.Sprintf("https://marlerino.youtrack.cloud/issue/%s", issue.Key)
|
t.URL = fmt.Sprintf("https://marlerino.youtrack.cloud/issue/%s", issue.Key)
|
||||||
|
|
||||||
return t, nil //[ ] normal return;
|
return t, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue