Compare commits
No commits in common. "b237baa05190f4a0a14230b2f056aed10be6ebb5" and "0fa47cfacf12cd019473d232a2cdac50575a04e2" have entirely different histories.
b237baa051
...
0fa47cfacf
@ -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