mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 15:28:21 +00:00
fix User.kt(6x)
- fun enable fix
This commit is contained in:
parent
60aedc6954
commit
9dd1d1804a
@ -126,6 +126,7 @@ fun Routing.apiRoutes() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val matchResult = chzzkIDRegex.find(body.chzzkUrl)
|
val matchResult = chzzkIDRegex.find(body.chzzkUrl)
|
||||||
|
println(matchResult)
|
||||||
val matchedChzzkId = matchResult?.groups?.get(1)?.value
|
val matchedChzzkId = matchResult?.groups?.get(1)?.value
|
||||||
|
|
||||||
if (matchedChzzkId == null) {
|
if (matchedChzzkId == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user