From 7f7691a452536efe0d2bee42a838b0ddaa48d5da Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 21 Sep 2024 13:44:04 +0200 Subject: [PATCH] fix: stop integration if output disabled --- apps/server/src/services/integration-service/OscIntegration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/src/services/integration-service/OscIntegration.ts b/apps/server/src/services/integration-service/OscIntegration.ts index 8b7666709..51f50253b 100644 --- a/apps/server/src/services/integration-service/OscIntegration.ts +++ b/apps/server/src/services/integration-service/OscIntegration.ts @@ -49,7 +49,7 @@ export class OscIntegration implements IIntegration