Skip to content

Commit

Permalink
[tmp] will be removed after rebase to latest branches
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Apr 15, 2024
1 parent 72b211b commit 3cd7a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/bucketGetQuota.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function bucketGetQuota(authInfo, request, log, callback) {
log.debug('bucket has no quota', {
method: 'bucketGetQuota',
});
return callback(errors.NoSuchBucketQuota, null,
return callback(errors.NoSuchQuota, null,
corsHeaders);
}
xml.push('<Quota>', bucketQuota, '</Quota>',
Expand Down

0 comments on commit 3cd7a67

Please sign in to comment.