Skip to content

Commit

Permalink
org-app's organization field is nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed May 8, 2014
1 parent 6913807 commit 799f214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gen/schema.json
Expand Up @@ -3348,6 +3348,7 @@
}
},
"type": [
"null",
"object"
]
},
Expand Down
2 changes: 1 addition & 1 deletion organization_app.go
Expand Up @@ -39,7 +39,7 @@ type OrganizationApp struct {
Name string `json:"name"`

// organization that owns this app
Organization struct {
Organization *struct {
Name string `json:"name"`
} `json:"organization"`

Expand Down

0 comments on commit 799f214

Please sign in to comment.