Fix: Komma im Debug-Log-Objekt (Build-Syntax)
This commit is contained in:
@@ -54,7 +54,7 @@ export async function createContactDocument(data: ContactFormData) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
// #region agent log
|
// #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
|
// #endregion
|
||||||
return result;
|
return result;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user