mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 18:31:34 +00:00
Merge pull request #4328 from lohxt1/main
revert serialization of debugInfo data
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user