]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Grrr, fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Oct 2019 11:56:33 +0000 (12:56 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Oct 2019 11:56:33 +0000 (12:56 +0100)
lualib/lua_clickhouse.lua

index 713da6e216dd52c5c6955aee8c405d2dc7c30f25..8891a89fc87e2a55aa9d4a63f42caff3f1b2fc0d 100644 (file)
@@ -375,7 +375,7 @@ exports.insert = function (upstream, settings, params, query, rows,
   http_params.user = settings.user
   http_params.password = settings.password
   http_params.method = 'POST'
-  http_params.body = {rspamd_text.from_table(rows, '\n'), '\n'}
+  http_params.body = {rspamd_text.fromtable(rows, '\n'), '\n'}
   http_params.log_obj = params.task or params.config
 
   if not http_params.url then