Skip to content

Commit

Permalink
[Minor] Fix leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed May 30, 2023
1 parent 8dd05bd commit 72658d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/multimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ local function multimap_callback(task, rule)

return ret
elseif r.map_obj then
r.kv_map:get_key(value, get_key_callback, task)
r.map_obj:get_key(value, get_key_callback, task)
end
end

Expand Down

0 comments on commit 72658d4

Please sign in to comment.