Skip to content

Commit

Permalink
revert: chore: pr #993 review
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Nov 22, 2023
1 parent 98ea1aa commit e1e0696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e1e0696

Please sign in to comment.