Skip to content

Commit

Permalink
fix backend lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Jun 12, 2024
1 parent 46b94ea commit 87b8a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/obc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func (client *Client) DoDropNow(bottle *protos.BottleSwap) ([]byte, int) {
return body, httpErr.Status
}

// Tell the OBC to take a picture on the camera
func (client *Client) DoCameraCapture() ([]byte, int) {
body, httpErr := client.httpClient.Get("/camera/capture")
return body, httpErr.Status
Expand Down

0 comments on commit 87b8a7b

Please sign in to comment.