Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Fix json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Dec 13, 2015
1 parent 347629f commit 002ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Board struct {
IdOrganization string `json:"idOrganization"`
Pinned bool `json:"pinned"`
Url string `json:"url"`
ShortUrl string `json:"shortUrl`
ShortUrl string `json:"shortUrl"`
Prefs struct {
PermissionLevel string `json:"permissionLevel"`
Voting string `json:"voting"`
Expand Down

0 comments on commit 002ec26

Please sign in to comment.