Skip to content

Commit

Permalink
feat: updated browse query
Browse files Browse the repository at this point in the history
  • Loading branch information
MontaGhanmy committed Sep 19, 2023
1 parent b4f0174 commit cc933e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class DocumentsService {
}
: {
parent_id: id,
is_in_trash: { $ne: true },
is_in_trash: false,
}),
},
{},
Expand Down

0 comments on commit cc933e2

Please sign in to comment.