mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 17:33:28 +01:00
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) => {
|
const importPostmanV2CollectionItem = (brunoParent, item, parentAuth) => {
|
||||||
brunoParent.items = brunoParent.items || [];
|
brunoParent.items = brunoParent.items || [];
|
||||||
|
const folderMap = {};
|
||||||
|
|
||||||
each(item, (i) => {
|
each(item, (i) => {
|
||||||
const folderMap = {};
|
|
||||||
if (isItemAFolder(i)) {
|
if (isItemAFolder(i)) {
|
||||||
const baseFolderName = i.name;
|
const baseFolderName = i.name;
|
||||||
let folderName = baseFolderName;
|
let folderName = baseFolderName;
|
||||||
|
Loading…
Reference in New Issue
Block a user