We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccfa09 commit e3e1736Copy full SHA for e3e1736
internal/orchestrator/bricks/bricks.go
@@ -86,7 +86,6 @@ func (s *Service) AppBrickInstancesList(a *app.ArduinoApp) (AppBrickInstancesRes
86
Author: "Arduino", // TODO: for now we only support our bricks
87
Category: brick.Category,
88
Status: "installed",
89
- RequireModel: brick.RequireModel,
90
ModelID: brickInstance.Model, // TODO: in case is not set by the user, should we return the default model?
91
Variables: variablesMap, // TODO: do we want to show also the default value of not explicitly set variables?
92
ConfigVariables: configVariables,
0 commit comments