refactor: remove obsolete member management API module
This commit is contained in:
@@ -34,7 +34,7 @@ export default async function GuestsPage({ params }: PageProps) {
|
||||
}
|
||||
|
||||
const api = createBookingManagementApi(client);
|
||||
const guests = await api.listGuests(acct.id);
|
||||
const guests = await api.guests.list(acct.id);
|
||||
|
||||
return (
|
||||
<CmsPageShell account={account} title={t('guests.title')}>
|
||||
|
||||
Reference in New Issue
Block a user