Skip to content

Commit

Permalink
fix: User.Type
Browse files Browse the repository at this point in the history
  • Loading branch information
oleghalin committed Dec 5, 2024
1 parent 722fb2d commit 96cec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goawx/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ type JobEvent struct {
// User represents an user.
type User struct {
ID int `json:"id"`
Type int `json:"string"`
Type string `json:"string"`
URL string `json:"url"`
Related *Related `json:"related"`
SummaryFields *Summary `json:"summary_fields"`
Expand Down

0 comments on commit 96cec6d

Please sign in to comment.