Skip to content

Commit

Permalink
chore: Update variable name in ipfs test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 26, 2024
1 parent 67844ae commit bfd6b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thirdweb/src/utils/ipfs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("resolveScheme", () => {
clientId: "test",
config: {
storage: {
gateway: "https://gateway.io/ipfs/{cid}",
gatewayUrl: "https://gateway.io/ipfs/{cid}",
},
},
});
Expand Down

0 comments on commit bfd6b39

Please sign in to comment.