Skip to content

Commit 61b4351

Browse files
committed
deleteAsyncOps
1 parent 24ff512 commit 61b4351

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qiniu/rs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ function getEncodedEntryUri(bucket, key) {
142142

143143
// ----- token --------
144144
// @gist PutPolicy
145-
function PutPolicy(scope, callbackUrl, callbackBody, returnUrl, returnBody,
146-
asyncOps, endUser, expires, persistentOps, persistentNotifyUrl) {
145+
function PutPolicy(scope, callbackUrl, callbackBody, returnUrl, returnBody, endUser, expires, persistentOps, persistentNotifyUrl) {
147146
this.scope = scope || null;
148147
this.callbackUrl = callbackUrl || null;
149148
this.callbackBody = callbackBody || null;

0 commit comments

Comments
 (0)