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 08135da commit 82aed98Copy full SHA for 82aed98
internal/orchestrator/sketch_libs.go
@@ -81,6 +81,7 @@ func RemoveSketchLibrary(ctx context.Context, app app.ArduinoApp, libRef Library
81
}
82
83
resp, err := srv.ProfileLibRemove(ctx, &rpc.ProfileLibRemoveRequest{
84
+ Instance: inst,
85
Library: &rpc.ProfileLibraryReference{
86
Library: &rpc.ProfileLibraryReference_IndexLibrary_{
87
IndexLibrary: &rpc.ProfileLibraryReference_IndexLibrary{
0 commit comments