Skip to content

Commit

Permalink
meetings: Remove Owners from MeetingsRequestParams
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Mar 24, 2022
1 parent 378c3ce commit fe0d2bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meetings.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ type MeetingsRequestParams struct {
Month int32 `json:"month"`
Day int32 `json:"day,omitempty"`
TeamUuid string `json:"team_uuid,omitempty"`
Owners []string `json:"owners,omitempty"`
OwnersSections []string `json:"owners_sections,omitempty"`
Members []string `json:"members,omitempty"`
Limit int `json:"limit,omitempty"`
Offset int `json:"offset,omitempty"`
Expand Down

0 comments on commit fe0d2bf

Please sign in to comment.