Skip to content

Commit

Permalink
fix(weavedrive): remove tx2 data items
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrain99 committed Nov 25, 2024
1 parent 477786f commit ae26cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/weavedrive/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function drive.getTx(txId)
end

function drive.getData(txId)
local file = io.open("tx2/" .. txId)
local file = io.open("/data/" .. txId)
if not file then
return nil, "File not found!"
end
Expand Down

0 comments on commit ae26cf4

Please sign in to comment.