Skip to content

Commit

Permalink
Fix publish on V8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 20, 2024
1 parent 6f82e1e commit ea6d443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class PublishRequestCommand extends ProtocolRequestCommand {
);

return {
dataset: dataset.public,
dataset: isOperationV0 ? dataset : dataset.public,
datasetRoot,
blockchain,
isOperationV0,
Expand Down

0 comments on commit ea6d443

Please sign in to comment.