diff --git a/controller/task.go b/controller/task.go index 4adb44a..8749b9f 100644 --- a/controller/task.go +++ b/controller/task.go @@ -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 }