Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix(topics): update filter
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Aug 24, 2021
1 parent 4d3e0c9 commit 4c17d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export function getAllTopics(_req: Request, res: Response) {
{ $match: {
$and: [
{ count: { $gte: 3 } },
{ _id: { $nin: ["css", "theme", "awesome", "stylish", "stylus", /usercss/, /userstyle/] } }
{ _id: { $nin: ["css", "awesome", "stylish", "stylus", /theme/, /usercss/, /userstyle/] } }
]
} },
{ $project: { _id: 0, name: "$_id", count: 1 } }
Expand Down

0 comments on commit 4c17d20

Please sign in to comment.