Skip to content

Commit

Permalink
bugFix/image-path
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Jun 9, 2024
1 parent b18ee43 commit 81f083e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public ResponseEntity<ModuleResponse> addBlog(
@RequestParam(required = false) String seoTitle,
@RequestParam(required = false) String canonicalUrl
) {
logger.warn("1001 : {}", images.size());
BlogRequest build = BlogRequest
.builder()
.images(images)
Expand Down

0 comments on commit 81f083e

Please sign in to comment.