fix User.kt(6x)

- fun enable fix
This commit is contained in:
dalbodeule 2024-08-08 20:49:52 +09:00
parent 60aedc6954
commit 9dd1d1804a
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

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