Skip to content

Commit

Permalink
fix: Fix relationships in programs
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Apr 19, 2022
1 parent c749062 commit 2ed2876
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/api/program.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ type Program struct {
Bookmarked bool `json:"bookmarked"`
AllowsBountySplitting bool `json:"allows_bounty_splitting"`
OffersBounties bool `json:"offers_bounties"`
Relationships struct {
StructuredScopes struct {
Data []StructuredScope `json:"data"`
} `json:"structured_scopes"`
} `json:"relationships"`
} `json:"attributes"`
Relationships struct {
StructuredScopes struct {
Data []StructuredScope `json:"data"`
} `json:"structured_scopes"`
} `json:"relationships"`
}

0 comments on commit 2ed2876

Please sign in to comment.