refactor: remove obsolete member management API module
This commit is contained in:
@@ -54,7 +54,7 @@ export default async function BookingsPage({
|
||||
const page = Number(search.page) || 1;
|
||||
|
||||
const api = createBookingManagementApi(client);
|
||||
const rooms = await api.listRooms(acct.id);
|
||||
const rooms = await api.rooms.list(acct.id);
|
||||
|
||||
// Fetch bookings with joined room & guest names (avoids displaying raw UUIDs)
|
||||
const bookingsQuery = client
|
||||
|
||||
Reference in New Issue
Block a user