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