Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8c6b65

Browse files
committedAug 14, 2020
improve: extract MNH condition from "MNH**."
1 parent 106fbde commit f8c6b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/main/java/ru/mystamps/web/feature/series/importing/SeriesInfoExtractorServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ public SeriesExtractedInfo extract(String pageUrl, RawParsedDataDto data) {
535535
condition = SeriesCondition.CTO;
536536
break;
537537
case "MNH**":
538+
case "MNH**.":
538539
condition = SeriesCondition.MNH;
539540
break;
540541
default:

0 commit comments

Comments
 (0)
Please sign in to comment.