Skip to content

Commit 3b23c99

Browse files
committed
fix: create() save() 반환값 캡처 누락으로 til.getId() null 버그 수정
1 parent 9d53a2a commit 3b23c99

5 files changed

Lines changed: 422 additions & 407 deletions

File tree

src/main/java/com/Rootin/domain/til/dto/request/DraftSaveRequest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ public record DraftSaveRequest(
88
@NotNull Long potId,
99
String title,
1010
String content,
11-
List<String> tags
11+
List<String> tags,
12+
// [S3 이미지 업로드 기능 추가] 임시저장 시 이미지 URL 목록 (없으면 null 또는 빈 리스트)
13+
List<String> imageUrls
1214
) {}

0 commit comments

Comments
 (0)