mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-08 15:40:29 -04:00
stricter luacheck
This commit is contained in:
parent
f84db59985
commit
15e5d91c30
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue