Compare commits
2 Commits
0fa47cfacf
...
b237baa051
| Author | SHA1 | Date | |
|---|---|---|---|
| b237baa051 | |||
| 39de728e46 |
@ -91,7 +91,7 @@ public class MangaCreationService {
|
||||
}
|
||||
|
||||
private void createMangaImportReview(String title, String url, Provider provider) {
|
||||
if (!mangaImportReviewRepository.existsByTitleIgnoreCaseAndUrlIgnoreCase(title, url)) {
|
||||
if (mangaImportReviewRepository.existsByTitleIgnoreCaseAndUrlIgnoreCase(title, url)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user