@@ -91,6 +91,10 @@ public class ImageRepository {
}
- return imageUrlDto;
+ if (imageUrlDto.getOriginalUrl() != null && imageUrlDto.getThumbnailUrl() != null) {
+ return imageUrlDto;
+ }
+
+ return null;