Skip to content

Commit

Permalink
Revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator committed Nov 1, 2024
1 parent 520b3f6 commit 0ebbd8c
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,17 @@ export const getCommitteeDetailSubscriptionConfig: SubscriptionConfigGenerator =
},
{
idField: `meeting_ids`,
fieldset: DEFAULT_FIELDSET
fieldset: [
`end_time`,
`is_active_in_organization_id`,
`location`,
`locked_from_inside`,
`name`,
`organization_tag_ids`,
`start_time`,
`template_for_organization_id`,
`user_ids`
]
}
]
},
Expand Down

0 comments on commit 0ebbd8c

Please sign in to comment.