This is an automated email from the ASF dual-hosted git repository.
zhangliang2022 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 132ed07b fix(jira): minor bug (#2225)
132ed07b is described below
commit 132ed07b68c9252ac3cd1a0f4421ff198e89b562
Author: Warren Chen <[email protected]>
AuthorDate: Thu Jun 16 20:30:46 2022 +0800
fix(jira): minor bug (#2225)
closes #2218
---
plugins/jira/tasks/issue_extractor.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/plugins/jira/tasks/issue_extractor.go
b/plugins/jira/tasks/issue_extractor.go
index 98c0df49..431d6131 100644
--- a/plugins/jira/tasks/issue_extractor.go
+++ b/plugins/jira/tasks/issue_extractor.go
@@ -151,7 +151,6 @@ func ExtractIssues(taskCtx core.SubTaskContext) error {
results = append(results, issueLabel)
}
return results, nil
- return results, nil
},
})