Skip to content

Commit

Permalink
fix teams and discussion filter
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortanoue committed Mar 24, 2023
1 parent 9f6e96f commit 727f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/models/raw/Rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class RoomsRaw extends BaseRaw {
],
}
: {},
types && types.length
types
? {
$or: [
{
Expand Down

0 comments on commit 727f673

Please sign in to comment.