Browse Source

[Minor] Grrr, fix misprint

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
0619debb46
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/lua_clickhouse.lua

+ 1
- 1
lualib/lua_clickhouse.lua View 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

Loading…
Cancel
Save