forked from extern/bruno
revert: chore: pr #993 review
This commit is contained in:
parent
98ea1aa548
commit
e1e0696e3c
@ -55,9 +55,9 @@ const convertV21Auth = (array) => {
|
||||
|
||||
const importPostmanV2CollectionItem = (brunoParent, item, parentAuth) => {
|
||||
brunoParent.items = brunoParent.items || [];
|
||||
const folderMap = {};
|
||||
|
||||
each(item, (i) => {
|
||||
const folderMap = {};
|
||||
if (isItemAFolder(i)) {
|
||||
const baseFolderName = i.name;
|
||||
let folderName = baseFolderName;
|
||||
|
Loading…
Reference in New Issue
Block a user