connection update
This commit is contained in:
@@ -200,8 +200,7 @@ export async function createManagedAccount(authUserId, accountData) {
|
||||
account_platform_account_id,
|
||||
account_shop_name: accountData.account_shop_name || null,
|
||||
account_url: accountData.account_url || null,
|
||||
account_sells: accountData.account_sells ?? null,
|
||||
account_managed: true, // Immer true für über die UI erstellte Accounts
|
||||
// account_sells und account_managed existieren nicht im Schema - wurden entfernt
|
||||
};
|
||||
// #region agent log
|
||||
fetch('http://127.0.0.1:7242/ingest/246fe132-ecc5-435f-bd9c-fe5e8e26089d',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({location:'accountsService.js:72',message:'createManagedAccount: payload before Appwrite',data:{account_sells:payload.account_sells,accountData_account_sells:accountData.account_sells},timestamp:Date.now(),sessionId:'debug-session',runId:'run1',hypothesisId:'E'})}).catch(()=>{});
|
||||
|
||||
Reference in New Issue
Block a user