klesh commented on code in PR #6715:
URL: 
https://github.com/apache/incubator-devlake/pull/6715#discussion_r1439292532


##########
backend/plugins/jira/impl/impl.go:
##########
@@ -208,6 +208,10 @@ func (p Jira) PrepareTaskData(taskCtx plugin.TaskContext, 
options map[string]int
                }
                if err != nil {
                        return nil, errors.Default.Wrap(err, fmt.Sprintf("fail 
to find board: %d", op.BoardId))
+               } else {

Review Comment:
   `else` is not necessary because of the `return`  on the line 210.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to