Skip to content

Commit

Permalink
Removed display heigh/widht from struct
Browse files Browse the repository at this point in the history
  • Loading branch information
skinner12 committed May 17, 2021
1 parent 7f187f5 commit 4cde196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imagehost/chevereto.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ type CheveretoStruct struct {
URL string `json:"url"`
Size string `json:"size"`
} `json:"thumb"`
SizeFormatted string `json:"size_formatted"`
DisplayURL string `json:"display_url"`
DisplayWidth string `json:"display_width"`
DisplayHeight string `json:"display_height"` // For image uploaded from file
SizeFormatted string `json:"size_formatted"`
DisplayURL string `json:"display_url"`
//DisplayWidth string `json:"display_width"`
//DisplayHeight string `json:"display_height"` // For image uploaded from file
ViewsLabel string `json:"views_label"`
LikesLabel string `json:"likes_label"`
HowLongAgo string `json:"how_long_ago"`
Expand Down

0 comments on commit 4cde196

Please sign in to comment.