Skip to content

Commit

Permalink
change is outside type
Browse files Browse the repository at this point in the history
  • Loading branch information
melkayalenka committed Sep 27, 2022
1 parent 25193b0 commit 2208ddd
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 2208ddd

Please sign in to comment.