Refactoring on some files

This commit is contained in:
charlesgauthereau
2025-09-23 19:42:38 +02:00
parent 654ff6b9a5
commit 2d2453acf7
16 changed files with 36 additions and 45 deletions
-1
View File
@@ -26,7 +26,6 @@ export async function POST(
const body: BodyResultRestore = await request.json();
console.log(body)
console.log(agentId)
if (!isUuidv4(body.generatedId)) {