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 ); }