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 e4dc7a7 commit 73983c5Copy full SHA for 73983c5
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "qiniu-js",
3
"jsName": "qiniu",
4
- "version": "2.1.1",
+ "version": "2.1.2",
5
"private": false,
6
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
7
"main": "dist/qiniu.min.js",
src/utils.js
@@ -226,5 +226,5 @@ export function getUploadUrl(config) {
226
}
227
228
export function isContainFileMimeType(fileType, mimeType){
229
- return mimeTyp.indexOf(fileType) > -1
+ return mimeType.indexOf(fileType) > -1
230
0 commit comments