1
0
Fork 0
mirror of https://github.com/bjc/prosody.git synced 2025-04-06 14:47:37 +03:00

net.connlisteners: Remove duplicated field in exports [luacheck]

This commit is contained in:
Kim Alvefur 2018-04-06 01:46:14 +02:00
parent e415d25781
commit c48d8cf263

View file

@ -11,7 +11,6 @@ local function fail()
end
return {
register = fail;
register = fail;
get = fail;
start = fail;