mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
[census] allow moderation also for entries by cis people, might be interesting to see those results
This commit is contained in:
parent
57f7a397ac
commit
ad8216af28
@ -121,7 +121,6 @@ router.get('/census/count', handleErrorAsync(async (req, res) => {
|
||||
SELECT COUNT(*) as c FROM census
|
||||
WHERE locale = ${global.config.locale}
|
||||
AND edition = ${global.config.census.edition}
|
||||
AND relevant = 1
|
||||
AND troll IS NULL
|
||||
`)).c,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user