add collection and folder data to exported bruno collection json (#2560)

* add collection and folder data to exported bruno collection json

* folder root data order
This commit is contained in:
lohit
2024-07-04 13:18:40 +05:30
committed by GitHub
parent 71353b0404
commit 2aa7d26a89
5 changed files with 73 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ const collectionBruToJson = (bru) => {
const transformedJson = {
request: {
params: _.get(json, 'params', []),
headers: _.get(json, 'headers', []),
auth: _.get(json, 'auth', {}),
script: _.get(json, 'script', {}),