This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 9e7fc6d953fbf5e1b17dfddb32d9af5e9aa90e09
Author: Yingchu Chen <[email protected]>
AuthorDate: Wed May 25 21:25:39 2022 +0800

    feat(tapd): add story category
    
    closes #2010
---
 plugins/tapd/tasks/story_category_extractor.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/tapd/tasks/story_category_extractor.go 
b/plugins/tapd/tasks/story_category_extractor.go
index bc960181..9bb407a7 100644
--- a/plugins/tapd/tasks/story_category_extractor.go
+++ b/plugins/tapd/tasks/story_category_extractor.go
@@ -53,7 +53,6 @@ func ExtractStoryCategories(taskCtx core.SubTaskContext) 
error {
                        if err != nil {
                                return nil, err
                        }
-
                        toolL := storyCategory.Category
 
                        toolL.ConnectionId = data.Connection.ID

Reply via email to