Skip to content

Commit 82aed98

Browse files
committed
Forget parameter in ProfileLibRemove... oops
1 parent 08135da commit 82aed98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/orchestrator/sketch_libs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func RemoveSketchLibrary(ctx context.Context, app app.ArduinoApp, libRef Library
8181
}
8282

8383
resp, err := srv.ProfileLibRemove(ctx, &rpc.ProfileLibRemoveRequest{
84+
Instance: inst,
8485
Library: &rpc.ProfileLibraryReference{
8586
Library: &rpc.ProfileLibraryReference_IndexLibrary_{
8687
IndexLibrary: &rpc.ProfileLibraryReference_IndexLibrary{

0 commit comments

Comments
 (0)