mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-31 09:59:18 +01:00
chore: pr #993 review
This commit is contained in:
parent
2ec343a95b
commit
553d1c062e
@ -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