From 5e20ac07d1ebc8ed5a32e15ad125199d08730bbb Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Tue, 24 Sep 2024 10:26:05 +0000 Subject: [PATCH] chore(add-authentication-steps): remove unnecessary id arguments --- .../src/helpers/add-authentication-steps.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/packages/backend/src/helpers/add-authentication-steps.js b/packages/backend/src/helpers/add-authentication-steps.js index 8ab6f6d7..f3c288bb 100644 --- a/packages/backend/src/helpers/add-authentication-steps.js +++ b/packages/backend/src/helpers/add-authentication-steps.js @@ -70,10 +70,6 @@ const authenticationStepsWithAuthUrl = [ type: 'mutation', name: 'updateConnection', arguments: [ - { - name: 'id', - value: '{createConnection.id}', - }, { name: 'formattedData', value: '{openAuthPopup.all}', @@ -110,12 +106,7 @@ const sharedAuthenticationStepsWithAuthUrl = [ { type: 'mutation', name: 'generateAuthUrl', - arguments: [ - { - name: 'id', - value: '{createConnection.id}', - }, - ], + arguments: [], }, { type: 'openWithPopup', @@ -131,10 +122,6 @@ const sharedAuthenticationStepsWithAuthUrl = [ type: 'mutation', name: 'updateConnection', arguments: [ - { - name: 'id', - value: '{createConnection.id}', - }, { name: 'formattedData', value: '{openAuthPopup.all}',