From 184fcd5cb5bacd11271028c1031a7bfef4db48a2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 30 Apr 2024 20:56:54 +0500 Subject: upd: replaced work to connection --- src/commands/request.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/request.hpp') diff --git a/src/commands/request.hpp b/src/commands/request.hpp index ee7bd11..efa0655 100644 --- a/src/commands/request.hpp +++ b/src/commands/request.hpp @@ -12,6 +12,6 @@ namespace bot::command { std::optional subcommand_id; std::optional message; const irc::Message &irc_message; - const pqxx::work &work; + pqxx::connection &conn; }; } -- cgit v1.2.3