Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Oct 29, 2024
1 parent 07e0dc8 commit 89db46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/controllers/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const controller = {
});
}

// TODO: give current user MANAGE perm on existing bucket (sub-folder) instead
// Check for existing bucket collision
const bucketCollision = await bucketService.readUnique({
bucket: parentBucket.bucket,
Expand Down

0 comments on commit 89db46d

Please sign in to comment.