diff --git a/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js b/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js index 1d6678ab6..9afb36cc9 100644 --- a/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js +++ b/packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js @@ -1282,7 +1282,7 @@ export const fetchOauth2Credentials = (payload) => async (dispatch, getState) => url, collectionUid, credentialsId, - debugInfo: safeParseJSON(safeStringifyJSON(debugInfo)), + debugInfo, folderUid: folderUid || null, itemUid: !folderUid ? itemUid : null }) @@ -1305,7 +1305,7 @@ export const refreshOauth2Credentials = (payload) => async (dispatch, getState) url, collectionUid, credentialsId, - debugInfo: safeParseJSON(safeStringifyJSON(debugInfo)), + debugInfo, folderUid: folderUid || null, itemUid: !folderUid ? itemUid : null })