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

This commit is contained in:
2025-06-06 21:56:17 +03:00
parent 7e17aeb4ab
commit 47a6d8593a
24 changed files with 5072 additions and 3832 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 };