Skip to content

Commit

Permalink
fixup post mongo bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Nov 28, 2024
1 parent 3bf4e46 commit 2e0db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage/metadata/mongoclient/MongoClientInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ class MongoClientInterface {
const m = this.getCollection(METASTORE);
m.findOneAndDelete({
_id: bucketName,
}, {})
} , {includeResultMetadata: true}, {})
.then(result => {
if (result.ok !== 1) {
log.error('deleteBucketStep2: failed deleting bucket');
Expand Down

0 comments on commit 2e0db5c

Please sign in to comment.