mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-19 00:14:24 +01:00
cleanup
This commit is contained in:
@@ -37,7 +37,6 @@ export async function POST(
|
||||
|
||||
return NextResponse.json(data)
|
||||
} catch (error) {
|
||||
console.error('Error unloading plugin:', error)
|
||||
return NextResponse.json(
|
||||
{ error: 'Failed to unload plugin' },
|
||||
{ status: 500 }
|
||||
|
||||
Reference in New Issue
Block a user