Skip to content

Commit

Permalink
dc
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMeDavidV committed Dec 18, 2023
1 parent 44f540b commit 3609e6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/vehicle/vcsec.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ func (v *Vehicle) executeClosureAction(ctx context.Context, action vcsec.Closure
},
}

fmt.Println("executeClosureAction.payload = ", payload)
fmt.Println("executeClosureAction.&payload = ", &payload)

encodedPayload, err := proto.Marshal(&payload)
if err != nil {
return err
Expand Down

0 comments on commit 3609e6d

Please sign in to comment.