mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 07:54:29 +01:00
cleanup
This commit is contained in:
@@ -7,7 +7,6 @@ export async function GET() {
|
||||
const data = await handleProxyResponse(response, 'Failed to fetch analytics overview')
|
||||
return NextResponse.json(data)
|
||||
} catch (error) {
|
||||
console.error('Error fetching analytics overview:', error)
|
||||
return NextResponse.json(
|
||||
{ error: 'Failed to fetch analytics overview' },
|
||||
{ status: 500 }
|
||||
|
||||
Reference in New Issue
Block a user