Skip to content

Commit

Permalink
Merge pull request #129 from tada-team/meetings-filter
Browse files Browse the repository at this point in the history
change is outside type
  • Loading branch information
melkayalenka authored Sep 27, 2022
2 parents 25193b0 + 2208ddd commit a062cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meetings.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Meeting struct {
Duration int32 `json:"duration"`
Freq *Freq `json:"freq,omitempty"`
IsArchive bool `json:"is_archive,omitempty"`
IsOutside bool `json:"is_outside,omitempty"`
IsOutside *bool `json:"is_outside,omitempty"`
IsRequired bool `json:"is_required,omitempty"`
CanEdit bool `json:"can_edit,omitempty"`
MeetingMembers []MeetingMember `json:"meeting_members,omitempty"`
Expand Down

0 comments on commit a062cf3

Please sign in to comment.