fix: add business context to lighthouse chat (#8528)

Co-authored-by: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com>
This commit is contained in:
Chandrapal Badshah
2025-08-18 13:19:23 +05:30
committed by GitHub
parent 3aeaa3d992
commit 6918a75449
+1 -1
View File
@@ -26,7 +26,7 @@ export async function POST(req: Request) {
// Get AI configuration to access business context
const aiConfig = await getLighthouseConfig();
const businessContext = aiConfig?.data?.attributes?.business_context;
const businessContext = aiConfig?.attributes?.business_context;
// Get current user data
const currentData = await getCurrentDataSection();