mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -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();
|
const router = Router();
|
||||||
|
|
||||||
router.get('/pronouns', handleErrorAsync(async (req, res) => {
|
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)) {
|
for (const [name, pronoun] of Object.entries(pronouns)) {
|
||||||
if (pronoun.hidden) {
|
if (pronoun.hidden) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user