Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 2, 2024
1 parent 93c1606 commit 8ef6f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MySQL.ready(function()

for i = 1, #result, 1 do
local name = result[i].name
local label = result[i].label
local _ = result[i].label
local shared = result[i].shared

local result2 = MySQL.query.await('SELECT * FROM addon_inventory_items WHERE inventory_name = @inventory_name', {
Expand Down

0 comments on commit 8ef6f4a

Please sign in to comment.