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
|
unauthorizedHelpActor ! cmd
|
||||||
case cmd@TextCommand("/start") if userId.isEmpty =>
|
case cmd@TextCommand("/start") if userId.isEmpty =>
|
||||||
unauthorizedHelpActor ! cmd
|
unauthorizedHelpActor ! cmd
|
||||||
case cmd@TextCommand("/start") =>
|
case cmd@TextCommand("/login") =>
|
||||||
userId = None
|
userId = None
|
||||||
loginActor ! InitConversation
|
loginActor ! InitConversation
|
||||||
loginActor ! StartConversation
|
loginActor ! StartConversation
|
||||||
|
|||||||
Reference in New Issue
Block a user