Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jun 30, 2024
1 parent 09a1e81 commit c6411ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CreateAttachFileService(
attachFileRepository.save(attachFileEntity)

val url = fileUtil.generateObjectUrl(uploadedFilename, PathList.ATTACH_FILE)
attachFileResponses.add(CreateAttachFileResponse(uploadedFilename, url))
attachFileResponses.add(CreateAttachFileResponse(file.originalFilename!!, url))
}

return attachFileResponses
Expand Down

0 comments on commit c6411ee

Please sign in to comment.