Skip to content

Commit

Permalink
Update problem.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSteveKing authored Jul 9, 2020
1 parent 97559c7 commit 36d17f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problem.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ type APIProblem struct {
Code string `json:"code,omitempty"`

// Meta is an object containing none specific meta-details about the problem
Meta *map[string]interface{}
Meta *map[string]interface{} `json:"meta,omitempty"`
}

0 comments on commit 36d17f1

Please sign in to comment.