small fix

This commit is contained in:
2025-02-13 16:58:58 +03:00
parent c12e8c2039
commit 1d7a279211
@@ -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;
}
}