mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-12 03:08:28 +00:00
fix: no_integrations should be used only when integrations are not needed
This commit is contained in:
parent
c98804b9bf
commit
7634536a39
@ -151,7 +151,7 @@ async function createTransport(
|
||||
|
||||
// Load integration transports
|
||||
try {
|
||||
if (noIntegrations) {
|
||||
if (!noIntegrations) {
|
||||
const result = await IntegrationLoader.loadIntegrationTransports(
|
||||
sessionId,
|
||||
userId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user