Skip to content

Commit

Permalink
Remove not needed parameters in Sketch* related gRPC API (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie authored Jun 15, 2023
1 parent c6afede commit d5fd94c
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 441 deletions.
1 change: 0 additions & 1 deletion internal/cli/sketch/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func runNewCommand(args []string, overwrite bool) {
}

_, err = sk.NewSketch(context.Background(), &rpc.NewSketchRequest{
Instance: nil,
SketchName: sketchName,
SketchDir: sketchDir,
Overwrite: overwrite,
Expand Down
Loading

0 comments on commit d5fd94c

Please sign in to comment.