mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +00:00
Merge pull request #61 from hwanny1128/feat/dev-test
fix: user id 저장 추가 (회의시작 API)
This commit is contained in:
commit
e406248572
@ -226,6 +226,7 @@ public class MeetingService implements
|
||||
.sections(List.of())
|
||||
.status("DRAFT")
|
||||
.version(1)
|
||||
.userId(meeting.getOrganizerId())
|
||||
.createdBy(meeting.getOrganizerId()) // TODO: 실제 사용자 ID 사용
|
||||
.createdAt(LocalDateTime.now())
|
||||
.build();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user