Skip to content

Commit

Permalink
Merge pull request #43 from sandheepp/minorfix/FbIdJson
Browse files Browse the repository at this point in the history
changed json of FbIdV2
  • Loading branch information
Davincible authored Jan 11, 2023
2 parents 6809ab7 + 010e32f commit 6399260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ type User struct {
RecentlyBestiedByCount int `json:"recently_bestied_by_count"`
AccountType int `json:"account_type"`
AccountBadges []interface{} `json:"account_badges,omitempty"`
FbIdV2 int64 `json:"fbid_v2"`
FbIdV2 int64 `json:"fbid_"`
IsUnpublished bool `json:"is_unpublished"`
UserTagsCount int `json:"usertags_count"`
UserTagReviewEnabled bool `json:"usertag_review_enabled"`
Expand Down

0 comments on commit 6399260

Please sign in to comment.