Skip to content

Commit

Permalink
Merge pull request #145 from tada-team/meetings-cell-events
Browse files Browse the repository at this point in the history
rm is outside field
  • Loading branch information
melkayalenka authored Dec 1, 2022
2 parents 6f8e73e + fb94e97 commit 487bfa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meetings.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ type MeetingsUpdateCellRequest struct {
MeetingId string `json:"meeting_id"`
TeamUuid string `json:"team_uuid"`
Duration int32 `json:"duration"`
IsOutside bool `json:"is_outside"`
CellStartOldDate string `json:"cell_start_old_date"`
CellStartNewDate string `json:"cell_start_new_date"`
}

0 comments on commit 487bfa0

Please sign in to comment.