mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: add the meta block to the object returned by transformFolderRootToSave (#7582)
Co-authored-by: fantpmas <fantpmas@users.noreply.github.com>
This commit is contained in:
@@ -804,6 +804,10 @@ export const transformCollectionRootToSave = (collection) => {
|
||||
export const transformFolderRootToSave = (folder) => {
|
||||
const _folder = folder.draft ? folder.draft : folder.root;
|
||||
const folderRootToSave = {
|
||||
meta: {
|
||||
name: folder.name,
|
||||
seq: folder.seq
|
||||
},
|
||||
docs: _folder.docs,
|
||||
request: {
|
||||
auth: _folder?.request?.auth,
|
||||
|
||||
Reference in New Issue
Block a user