Skip to content

Commit b3bd829

Browse files
committed
fix: circular dep
1 parent a423e7d commit b3bd829

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22
import { withMermaid } from "vitepress-plugin-mermaid";
33

44
// Google Analytics ID - Puedes usar una variable de entorno o poner el ID directamente
5-
const GA_ID = process.env.GA_ID || "G-XXXXXXXXXX"; // Reemplaza con tu ID de Google Analytics
5+
const GA_ID = "G-B4XM660Y48"; // Reemplaza con tu ID de Google Analytics
66

77
// https://vitepress.dev/reference/site-config
88
export default withMermaid(

packages/core/src/infrastructure/outbound/adapters/soap/soap-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class SoapClient implements ISoapClientPort {
5252
} catch (error) {
5353
// If https module is not available (e.g., Cloudflare Workers), skip agent
5454
// The SOAP library will use the default fetch adapter
55+
// Silently continue without the agent - this is expected in non-Node environments
5556
}
5657
}
5758

0 commit comments

Comments
 (0)