Skip to content

Commit

Permalink
Fixed the license type
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Sep 13, 2022
1 parent 94a2f73 commit a21865d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsonstruct/jsonstruct.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type PhotosGetInfo struct {
Photo struct {
ID string `json:"id"`
Dateuploaded string `json:"dateuploaded"`
License int64 `json:"license"`
License string `json:"license"`
Media string `json:"media"`
Orgformat string `json:"originalformat"`
Orgsecret string `json:"originalsecret"`
Expand Down
8 changes: 4 additions & 4 deletions jsonstruct/jsonstruct_easyjson.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a21865d

Please sign in to comment.