Skip to content

Commit

Permalink
fix(ubus): drop unused parameters for method objects
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Oct 8, 2023
1 parent 9131abd commit c666dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function methods:send(event, msg)
return mt.con:send(event, msg)
end

function methods:objects(event, msg)
function methods:objects()
local mt = getmetatable(self)

if mt.done.v then
Expand Down

0 comments on commit c666dfa

Please sign in to comment.