Skip to content

Commit

Permalink
Remove workspaces relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvang committed Sep 14, 2022
1 parent 14f0856 commit 1151a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion policy_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ type PolicyGroup struct {
VcsRevision *VcsRevision `jsonapi:"relation,vcs-revision"`
Policies []*Policy `jsonapi:"relation,policies"`
Environments []*Environment `jsonapi:"relation,environments"`
Workspaces []*Workspace `jsonapi:"relation,workspaces"`
}

// PolicyGroupList represents a list of policy groups.
Expand Down

0 comments on commit 1151a88

Please sign in to comment.