Skip to content

Commit

Permalink
Merge pull request #13 from saromanov/segment-id-response
Browse files Browse the repository at this point in the history
Change type of ID on the Segment struct
  • Loading branch information
zeekay authored Sep 6, 2017
2 parents 2c871a2 + edb419b commit 5f3e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segments.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type SegmentRequest struct {
type Segment struct {
SegmentRequest

ID string `json:"id"`
ID int `json:"id"`
MemberCount int `json:"member_count"`
Type string `json:"type"`
CreatedAt string `json:"created_at"`
Expand Down

0 comments on commit 5f3e084

Please sign in to comment.