We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03ded3 commit ce93680Copy full SHA for ce93680
packages/thirdweb/src/storage/upload/mobile.ts
@@ -104,7 +104,7 @@ export async function uploadBatchMobile(
104
);
105
}
106
107
- return reject(new Error("Unknown upload error occured"));
+ return reject(new Error("Unknown upload error occurred"));
108
});
109
110
xhr.open("POST", `https://${getThirdwebDomains().storage}/ipfs/upload`);
0 commit comments