Skip to content

Commit

Permalink
fix(folders): prevent listing permanently removed folders from the API
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed May 22, 2024
1 parent 0fd1d99 commit 7d52b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/folder/folder.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export class FolderController {
{
parentId: folderId,
deleted: false,
removed: false,
},
{
limit,
Expand Down

0 comments on commit 7d52b20

Please sign in to comment.