Compare commits

..

No commits in common. "5a4be3d2c1ad4863ecf931e7b581d28bccd9db90" and "f39a7681db5a0093de8fcfb31083fa43319342f8" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -543,7 +543,6 @@ class AudioContentService(
}
val tag = audioContent.audioContentHashTags
.filter { it.isActive }
.map { it.hashTag!!.tag }
.joinToString(" ") { it }

View File

@ -21,8 +21,6 @@ class AudioContentHashTag {
var createdAt: LocalDateTime? = null
var isActive: Boolean = true
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "content_id", nullable = false)
var audioContent: AudioContent? = null