Skip to content

Commit e3e1736

Browse files
committed
fix rebase mismatch
1 parent dccfa09 commit e3e1736

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/orchestrator/bricks/bricks.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func (s *Service) AppBrickInstancesList(a *app.ArduinoApp) (AppBrickInstancesRes
8686
Author: "Arduino", // TODO: for now we only support our bricks
8787
Category: brick.Category,
8888
Status: "installed",
89-
RequireModel: brick.RequireModel,
9089
ModelID: brickInstance.Model, // TODO: in case is not set by the user, should we return the default model?
9190
Variables: variablesMap, // TODO: do we want to show also the default value of not explicitly set variables?
9291
ConfigVariables: configVariables,

0 commit comments

Comments
 (0)