ваше сообщение коммита

This commit is contained in:
2025-06-06 21:56:17 +03:00
parent 80e0cb5272
commit 75e845b5af
22 changed files with 1123 additions and 488 deletions

View File

@@ -97,4 +97,4 @@ async function saveGuestMessageToDatabase(message, language, guestId) {
}
// Экспортируем функции для работы с базой данных
module.exports = { getQuery, pool, getPool, setPoolChangeCallback };
module.exports = { query: pool.query.bind(pool), getQuery, pool, getPool, setPoolChangeCallback };