Skip to content

Commit

Permalink
Typo in JSON variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joe94 authored Oct 31, 2017
1 parent 468d284 commit 2190d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr1d1um/tr1d1um_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
//RDKResponse will serve as the struct to read in
//results coming from some RDK device
type RDKResponse struct {
StatusCode int `json:"StatusCode"`
StatusCode int `json:"statusCode"`
}

//writeResponse is a tiny helper function that passes responses (In Json format only for now)
Expand Down

0 comments on commit 2190d23

Please sign in to comment.