recurrents

This commit is contained in:
xds
2025-11-17 15:02:47 +03:00
parent d0cae182b7
commit 12afd1f90e
48 changed files with 1479 additions and 120 deletions

View File

@@ -65,7 +65,7 @@ class AuthService(
fun tgAuth(tgUser: UserDTO.TelegramAuthDTO): String {
val user: User = try {
tgLogin(tgUser.id)
tgLogin(tgUser.id!!)
} catch (e: NotFoundException) {
registerTg(tgUser)
}