stricter luacheck

This commit is contained in:
BuckarooBanzay 2020-01-06 12:58:26 +01:00
parent f84db59985
commit 15e5d91c30
3 changed files with 2 additions and 3 deletions

View file

@ -65,7 +65,7 @@ local function Channel(http, url, cfg)
extra_headers = post_headers,
timeout = timeout,
post_data = minetest.write_json(data)
}, function(res)
}, function()
-- TODO: error-handling
end)
end