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_util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/request_util.hpp') diff --git a/src/commands/request_util.hpp b/src/commands/request_util.hpp index 3d9831d..dea6e12 100644 --- a/src/commands/request_util.hpp +++ b/src/commands/request_util.hpp @@ -9,5 +9,5 @@ namespace bot::command { std::optional generate_request( const command::CommandLoader &command_loader, const irc::Message &irc_message, - const pqxx::work &work); + pqxx::connection &conn); } -- cgit v1.2.3