From 6789f2974864d1d499acca23e43dba10098d6bc7 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Mon, 11 Mar 2024 01:25:33 +0700 Subject: [PATCH] feat: changes --- apps/backend/src/api/routes/integrations.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/src/api/routes/integrations.controller.ts b/apps/backend/src/api/routes/integrations.controller.ts index 2160d0bf..ca36fcf3 100644 --- a/apps/backend/src/api/routes/integrations.controller.ts +++ b/apps/backend/src/api/routes/integrations.controller.ts @@ -219,4 +219,4 @@ export class IntegrationsController { // @ts-ignore return this._integrationService.deleteChannel(org.id, id); } -} +} \ No newline at end of file