Skip to content

Commit

Permalink
s3 error
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jun 20, 2024
1 parent 674df0c commit 889ee54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/kotlin/dsm/pick2024/domain/bug/AddBugService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ class AddBugService(
### 🔗 버그 내용
${request.content}
### 📄 이미지
```
${request.fileName?.let { fileUtil.generateObjectUrl(request.fileName, PathList.BUG) }}
```
${request.fileName?.let { fileUtil.generateObjectUrl(it, PathList.BUG) }}
### 🧑🏻‍💻 버그 제보자
${SecurityContextHolder.getContext().authentication.name}
""".trimIndent()
Expand Down

0 comments on commit 889ee54

Please sign in to comment.