You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/thirdweb/src/storage/upload/helpers.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ export function buildFormData(
125
125
// but then we skip because we don't need to upload it multiple times
126
126
continue;
127
127
}
128
-
// otherwise if file names are the same but they are not the same file then we should throw an error (trying to upload to differnt files but with the same names)
128
+
// otherwise if file names are the same but they are not the same file then we should throw an error (trying to upload to different files but with the same names)
129
129
thrownewError(
130
130
`[DUPLICATE_FILE_NAME_ERROR] File name ${fileName} was passed for more than one different file.`,
0 commit comments