mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Adding result restore endpoint.
This commit is contained in:
@@ -41,7 +41,6 @@ export async function POST(
|
||||
return NextResponse.json({error: "Agent not found"}, {status: 404})
|
||||
}
|
||||
const databasesResponse = await handleDatabases(body, agent, lastContact)
|
||||
|
||||
await prisma.agent.update({
|
||||
where:{
|
||||
id: agentId,
|
||||
|
||||
Reference in New Issue
Block a user