fix User.kt done

This commit is contained in:
dalbodeule 2024-08-08 21:08:29 +09:00
parent 042afde5c7
commit 4c3300203b
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -126,11 +126,6 @@ fun Routing.apiRoutes() {
} }
val matchResult = chzzkIDRegex.find(body.chzzkUrl) val matchResult = chzzkIDRegex.find(body.chzzkUrl)
matchResult?.groups?.forEach {
if (it != null) {
println(it.value)
}
}
val matchedChzzkId = matchResult?.groups?.get(1)?.value val matchedChzzkId = matchResult?.groups?.get(1)?.value
if (matchedChzzkId == null) { if (matchedChzzkId == null) {