small fix
This commit is contained in:
@@ -56,7 +56,7 @@ public class TelegramBotServiceImpl implements TelegramBotService {
|
||||
bookManageService.processBookInput(botUser,text);
|
||||
break;
|
||||
case EDIT_PROFILE:
|
||||
profileService.handleProfileUpdate(botUser, text);
|
||||
profileService.handleProfileUpdate(botUser, text);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user