From 934296955aa620ea0994ab38e451c27d1b9a25d0 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sat, 5 Oct 2024 15:11:26 +0700 Subject: [PATCH] feat: integrations --- 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 c5a41fc6..f0665778 100644 --- a/apps/backend/src/api/routes/integrations.controller.ts +++ b/apps/backend/src/api/routes/integrations.controller.ts @@ -341,7 +341,7 @@ export class IntegrationsController { integrationProvider.isBetweenSteps, body.refresh, +body.timezone, - AuthService.fixedEncryption(details) + details ? AuthService.fixedEncryption(details) : undefined ); }