fix build bugs
This commit is contained in:
@@ -34,7 +34,7 @@ export const POST = async (req: NextRequest) => {
|
||||
context: {
|
||||
auth0_user_roles: userRoles,
|
||||
}
|
||||
}
|
||||
} as any
|
||||
}),
|
||||
}
|
||||
});
|
||||
|
||||
@@ -6,7 +6,6 @@ import { useState } from "react";
|
||||
import { useUser } from "@auth0/nextjs-auth0/client";
|
||||
import LoginButton from "@/components/LoginButton";
|
||||
import LogoutButton from "@/components/LogoutButton";
|
||||
import Profile from "@/components/Profile";
|
||||
|
||||
// Separate component to safely use useCopilotChat hook
|
||||
function ThinkingIndicator() {
|
||||
|
||||
Reference in New Issue
Block a user