diff --git a/backend/app/bot/notifications.py b/backend/app/bot/notifications.py index 7e77fec..6585185 100644 --- a/backend/app/bot/notifications.py +++ b/backend/app/bot/notifications.py @@ -25,7 +25,7 @@ async def send_request_notification(request_data: dict): reply_markup=keyboard, ) except Exception as e: - logger.error(f"Error sending Telegram notification1: {e}", exc_info=True) + logger.error(f"Error sending Telegram notification: {e}", exc_info=True) raise