wip
This commit is contained in:
@@ -22,6 +22,7 @@ export const POST = async (request: NextRequest) => {
|
||||
console.error("Error syncing analysis groups", e);
|
||||
return NextResponse.json({
|
||||
message: 'Failed to sync analysis groups',
|
||||
error: e instanceof Error ? JSON.stringify(e, undefined, 2) : 'Unknown error',
|
||||
}, { status: 500 });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user