Skip to content

Commit

Permalink
Merge pull request kodadot#8859 from kodadot/vikiival-patch-1
Browse files Browse the repository at this point in the history
🔧 prefer cloudflare service
  • Loading branch information
yangwao authored Jan 4, 2024
2 parents 3ee2479 + f56fcae commit acefe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/drop/useGenerativeDropMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default ({
try {
const imgFile = await makeScreenshot(
sanitizeIpfsUrl(selectedImage.value),
{ webgl: true },
{ webgl: false },
)
const imageHash = await pinFileToIPFS(imgFile)
return imageHash
Expand Down

0 comments on commit acefe28

Please sign in to comment.