Skip to content

Commit c3ab7e6

Browse files
this should work now i think
1 parent 833cec8 commit c3ab7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/PureScript/Backend/Lua/Fixture.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ objectUpdate =
6161
local function #{Name.toText objectUpdateName}(o, patches)
6262
local o_copy = {}
6363
for k, v in pairs(o) do
64-
local patch_v = patches
64+
local patch_v = patches[k]
6565
if patch_v ~= nil then
6666
o_copy[k] = patch_v
6767
else

0 commit comments

Comments
 (0)