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