Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Hopefully the key isn't different somewhere else 🤔
  • Loading branch information
tulir committed Oct 13, 2023
1 parent 850707e commit 028a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/newsletter.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type NewsletterThreadMetadata struct {
Description NewsletterText `json:"description"`
SubscriberCount int `json:"subscribers_count,string"`
VerificationState NewsletterVerificationState `json:"verification"`
Picture *ProfilePictureInfo `json:"image"`
Picture *ProfilePictureInfo `json:"picture"`
Preview ProfilePictureInfo `json:"preview"`
Settings NewsletterSettings `json:"settings"`

Expand Down

0 comments on commit 028a685

Please sign in to comment.