fix: no_integrations should be used only when integrations are not needed

This commit is contained in:
Harshith Mullapudi 2025-08-24 20:15:52 +05:30
parent c98804b9bf
commit 7634536a39

View File

@ -151,7 +151,7 @@ async function createTransport(
// Load integration transports // Load integration transports
try { try {
if (noIntegrations) { if (!noIntegrations) {
const result = await IntegrationLoader.loadIntegrationTransports( const result = await IntegrationLoader.loadIntegrationTransports(
sessionId, sessionId,
userId, userId,