mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
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:
@@ -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', {}),
|
||||
|
||||
Reference in New Issue
Block a user