mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
Fixed typo
This commit is contained in:
@@ -45,7 +45,7 @@ class Auth(val source: MessageSource, dataService: DataService, unauthorizedHelp
|
||||
unauthorizedHelpActor ! cmd
|
||||
case cmd@TextCommand("/start") if userId.isEmpty =>
|
||||
unauthorizedHelpActor ! cmd
|
||||
case cmd@TextCommand("/start") =>
|
||||
case cmd@TextCommand("/login") =>
|
||||
userId = None
|
||||
loginActor ! InitConversation
|
||||
loginActor ! StartConversation
|
||||
|
||||
Reference in New Issue
Block a user