콘텐츠 상단 고정 기능 추가 #120

Merged
klaus merged 12 commits from test into main 2024-01-29 02:45:42 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 77ed131f89 - Show all commits

View File

@ -741,6 +741,7 @@ class AudioContentService(
PinContent()
}
pinContent.isActive = true
pinContent.member = member
pinContent.content = audioContent
pinContentRepository.save(pinContent)