Skip to content

Commit

Permalink
fix typo in json tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshobbs authored and jbreitbart committed Apr 29, 2020
1 parent bb080ab commit 74899f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion album.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type AlbumInfo struct {
// Indicates if the image has been marked as nsfw or not. Defaults to null if information is not available.
Nsfw bool `json:"nsfw"`
// If the image has been categorized by our backend then this will contain the section the image belongs in. (funny, cats, adviceanimals, wtf, etc)
Section string `json:"secion"`
Section string `json:"section"`
// Order number of the album on the user's album page (defaults to 0 if their albums haven't been reordered)
Order int `json:"order"`
// OPTIONAL, the deletehash, if you're logged in as the album owner
Expand Down

0 comments on commit 74899f2

Please # to comment.