mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
fix User.kt done
This commit is contained in:
@@ -126,11 +126,6 @@ fun Routing.apiRoutes() {
|
||||
}
|
||||
|
||||
val matchResult = chzzkIDRegex.find(body.chzzkUrl)
|
||||
matchResult?.groups?.forEach {
|
||||
if (it != null) {
|
||||
println(it.value)
|
||||
}
|
||||
}
|
||||
val matchedChzzkId = matchResult?.groups?.get(1)?.value
|
||||
|
||||
if (matchedChzzkId == null) {
|
||||
|
Reference in New Issue
Block a user