[census] allow moderation also for entries by cis people, might be interesting to see those results

This commit is contained in:
Andrea 2022-02-28 11:32:49 +01:00
parent f50ae61a86
commit 191d2b492d
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ router.get('/census/moderation/queue', handleErrorAsync(async (req, res) => {
SELECT id, answers, writins FROM census
WHERE locale = ${global.config.locale}
AND edition = ${global.config.census.edition}
AND relevant = 1
AND troll IS NULL
ORDER BY RANDOM()
`);