warren830 commented on code in PR #4090:
URL: 
https://github.com/apache/incubator-devlake/pull/4090#discussion_r1061001102


##########
plugins/helper/api_collector.go:
##########
@@ -168,7 +168,8 @@ func (collector *ApiCollector) Execute() errors.Error {
                                        break
                                }
                        }
-                       input, err := iterator.Fetch()
+                       var input interface{}
+                       input, err = iterator.Fetch()

Review Comment:
   I know there is some issue which I cannot regenerate in jenkins, does this 
relate to it?



-- 
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