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) {