Skip to content

Commit

Permalink
for some reason bugs out with path: "/", changing it to undefined. Se…
Browse files Browse the repository at this point in the history
…ems to work locally
  • Loading branch information
Rinse12 committed Nov 1, 2024
1 parent eaed893 commit b40ae87
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ const mockPostToFetchSpecificCommentUpdateCid = (postToUpdate, commentUpdateCid)
if (loadOpts.recordPlebbitType === "comment-update")
return originalFetch(
{
recordIpfsType: "ipfs",
...loadOpts,
root: commentUpdateCid,
path: "/",
recordPlebbitType: "comment-update"
path: undefined
},
validateGatewayResponse
);
Expand Down

0 comments on commit b40ae87

Please sign in to comment.