Browse Source

[Minor] Oops, fix misprint

tags/1.9.2
Vsevolod Stakhov 5 years ago
parent
commit
6f3c1341bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/lua_clickhouse.lua

+ 1
- 1
lualib/lua_clickhouse.lua View File

@@ -136,7 +136,7 @@ local function parse_clickhouse_response_json(params, data)
return 'bad json', {}
end

return parsed_rows
return nil,json
end

-- Helper to generate HTTP closure

Loading…
Cancel
Save