likyh commented on code in PR #4684:
URL:
https://github.com/apache/incubator-devlake/pull/4684#discussion_r1138260803
##########
backend/plugins/bamboo/models/connection.go:
##########
@@ -89,3 +92,27 @@ type ApiRepository struct {
func (BambooConnection) TableName() string {
return "_tool_bamboo_connections"
}
+
+func (g BambooConnection) GetGroup(basicRes context2.BasicRes, gid string,
query url.Values) ([]GroupResponse, errors.Error) {
+ return []GroupResponse{}, nil
Review Comment:
I haven't find any code to deal empty response.
--
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]