Skip to content

Commit

Permalink
Merge pull request #255 from hyeeyoung/dev
Browse files Browse the repository at this point in the history
release 1.3.1
  • Loading branch information
hyejungg authored Jul 23, 2023
2 parents 5f3553f + 14236ad commit daf8b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const parsingForMusinsa = async (url) => {
}
}
});
itemPrice = priceValue[priceValue.length - 4];
itemPrice = priceValue[priceValue.length - 3];
}
});
itemPrice = itemPrice ? getPriceWithoutString(itemPrice) : undefined;
Expand Down

0 comments on commit daf8b4a

Please sign in to comment.