Skip to content

Commit

Permalink
[Minor] Fix combine selectors functor
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Nov 23, 2022
1 parent de2f7aa commit 61a7a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/lua_selectors/init.lua
Expand Up @@ -459,7 +459,7 @@ end
--[[[
-- @function lua_selectors.combine_selectors(task, selectors, delimiter)
--]]
exports.combine_selectors = function(selectors, delimiter)
exports.combine_selectors = function(_, selectors, delimiter)
if not delimiter then delimiter = '' end
if not selectors then return nil end
Expand Down

0 comments on commit 61a7a0d

Please sign in to comment.