diff --git a/apps/webapp/app/services/requests/performIntegrationRequest.server.ts b/apps/webapp/app/services/requests/performIntegrationRequest.server.ts index 2f3fc8ab3..0d1808f91 100644 --- a/apps/webapp/app/services/requests/performIntegrationRequest.server.ts +++ b/apps/webapp/app/services/requests/performIntegrationRequest.server.ts @@ -257,7 +257,7 @@ export class PerformIntegrationRequest { }); } case "2": { - integrationsClient.performRequest({ + return integrationsClient.performRequest({ service, accessInfo, integrationRequest,