From 95c4cefef102623eb89a091821764b4773ec924a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Feb 2026 08:58:34 +0000 Subject: [PATCH] Fix: Komma im Debug-Log-Objekt (Build-Syntax) --- src/lib/appwrite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/appwrite.ts b/src/lib/appwrite.ts index 5b7ab4b..9ca808f 100644 --- a/src/lib/appwrite.ts +++ b/src/lib/appwrite.ts @@ -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) {