Skip to content

Commit

Permalink
fix: shadowing definition of variable items
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 3, 2024
1 parent 8ef6f4a commit 91df87b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ MySQL.ready(function()
table.insert(Inventories[name], addonInventory)
end
else
local items = {}

for j = 1, #result2, 1 do
table.insert(items, {
Expand Down

0 comments on commit 91df87b

Please sign in to comment.