mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
boy scout rule
This commit is contained in:
parent
76ce55f1ed
commit
e388e0ce4e
@ -68,7 +68,7 @@ const makePublicPronoun = (pronoun: Pronoun, examples: string[] | undefined): Pu
|
||||
const router = Router();
|
||||
|
||||
router.get('/pronouns', handleErrorAsync(async (req, res) => {
|
||||
const publicPronouns: Record<string, Pronoun> = {};
|
||||
const publicPronouns: Record<string, PublicPronoun> = {};
|
||||
for (const [name, pronoun] of Object.entries(pronouns)) {
|
||||
if (pronoun.hidden) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user