Skip to content

Commit

Permalink
Add group id to context
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelja committed Jan 14, 2023
1 parent 30e6f7a commit ff9e476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Context struct {
IP net.IP `json:"ip,omitempty"`
Direct bool `json:"direct,omitempty"`
Locale string `json:"locale,omitempty"`
GroupID string `json:"groupId,omitempty"`
Timezone string `json:"timezone,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Traits Traits `json:"traits,omitempty"`
Expand Down

0 comments on commit ff9e476

Please sign in to comment.