likyh commented on code in PR #3677:
URL: 
https://github.com/apache/incubator-devlake/pull/3677#discussion_r1016468966


##########
services/blueprint.go:
##########
@@ -254,7 +254,7 @@ func GeneratePlanJson(settings json.RawMessage) 
(json.RawMessage, errors.Error)
        if err != nil {
                return nil, errors.Default.Wrap(err, fmt.Sprintf("settings:%s", 
string(settings)))
        }
-       var plan interface{}
+       var plan core.PipelinePlan
        switch bpSettings.Version {
        case "1.0.0":

Review Comment:
   add a new case?



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