We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df2a24 commit 993dea8Copy full SHA for 993dea8
1 file changed
src/main/java/ai/elimu/web/content/storybook/StoryBookCreateFromEPubController.java
@@ -378,7 +378,7 @@ public String handleSubmit(
378
|| originalTextLowerCase.contains("pratham books")
379
|| originalTextLowerCase.contains("storyweaver")
380
|| originalTextLowerCase.contains("copyright page")
381
- || originalTextLowerCase.contains("by smart axiata") // StoryBookProvider#LETS_READ_ASIA
+ || originalTextLowerCase.contains("smart axiata") // StoryBookProvider#LETS_READ_ASIA
382
|| originalTextLowerCase.contains("the asia foundation") // StoryBookProvider#LETS_READ_ASIA
383
|| originalTextLowerCase.contains("এশিয়া ফাউন্ডেশনের") // StoryBookProvider#LETS_READ_ASIA
384
) {
0 commit comments