reverted explicit class cast removal

This commit is contained in:
bpavuk 2024-07-11 16:48:54 +03:00
parent 529f4156fd
commit 5d156f6708
No known key found for this signature in database
GPG Key ID: B501D26D9DEA9CFE

View File

@ -197,7 +197,7 @@ suspend fun main(args: Array<String>) {
}
}
bot.buildBehaviourWithFSMAndStartLongPolling(
bot.buildBehaviourWithFSMAndStartLongPolling<UserRetrievingStep>(
defaultExceptionsHandler = {
it.printStackTrace()
},