Fix: Komma im Debug-Log-Objekt (Build-Syntax)

This commit is contained in:
root
2026-02-07 08:58:34 +00:00
parent 37327cc2c8
commit 95c4cefef1

View File

@@ -54,7 +54,7 @@ export async function createContactDocument(data: ContactFormData) {
}
);
// #region agent log
fetch('http://localhost:7243/ingest/8d1383cf-9102-464e-a10c-b6b8ee60ecff',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({location:'appwrite.ts:createContactDocument',message:'createDocument resolved',data:{}},timestamp:Date.now(),hypothesisId:'A'})}).catch(()=>{});
fetch('http://localhost:7243/ingest/8d1383cf-9102-464e-a10c-b6b8ee60ecff',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({location:'appwrite.ts:createContactDocument',message:'createDocument resolved',data:{},timestamp:Date.now(),hypothesisId:'A'})}).catch(()=>{});
// #endregion
return result;
} catch (e) {