remove __type from module

This commit is contained in:
cryi 2021-04-26 21:58:30 +02:00
parent 3f119d585c
commit 691dfb1a68

View File

@ -718,7 +718,7 @@ end
end
-------------------------------------------
setmetatable(cURL, {__index = curl, __type = "LCURL"})
setmetatable(cURL, {__index = curl})
function cURL.form(...) return Form:new(...) end