Skip to content

Commit

Permalink
update version 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Jun 3, 2021
1 parent 5a7559a commit 843ffba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/cos-js-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,7 @@ base.init(COS, task);
advance.init(COS, task);

COS.getAuthorization = util.getAuth;
COS.version = '1.2.11';
COS.version = '1.2.12';

module.exports = COS;

Expand Down Expand Up @@ -8590,7 +8590,7 @@ function sliceUploadFile(params, callback) {
ep.on('error', function (err) {
if (!self._isRunningTask(TaskId)) return;
var _err = util.extend({
UploadId: params.UploadData.uploadId || ''
UploadId: params.UploadData.UploadId || ''
}, err);
return callback(_err);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/cos-js-sdk-v5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/advance.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function sliceUploadFile(params, callback) {
ep.on('error', function (err) {
if (!self._isRunningTask(TaskId)) return;
var _err = util.extend({
UploadId: params.UploadData.uploadId || ''
UploadId: params.UploadData.UploadId || ''
}, err);
return callback(_err);
});
Expand Down

0 comments on commit 843ffba

Please sign in to comment.