refactor: remove obsolete member management API module
This commit is contained in:
@@ -25,7 +25,7 @@ export default async function EditEventPage({ params }: PageProps) {
|
||||
if (!acct) return <AccountNotFound />;
|
||||
|
||||
const api = createEventManagementApi(client);
|
||||
const event = await api.getEvent(eventId);
|
||||
const event = await api.events.getById(eventId);
|
||||
if (!event) return <AccountNotFound />;
|
||||
|
||||
const e = event as Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user