Skip to content

Commit 56dcb69

Browse files
committed
fix(Query): polish #destroyAll AuthOptions support
1 parent 7c239a7 commit 56dcb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ module.exports = function(AV) {
380380
destroyAll: function(options){
381381
var self = this;
382382
return self.find(options).then(function(objects){
383-
return AV.Object.destroyAll(objects);
383+
return AV.Object.destroyAll(objects, options);
384384
});
385385
},
386386

0 commit comments

Comments
 (0)