Format files using prettier

This commit is contained in:
nachtjasmin 2023-07-16 09:05:39 +00:00 committed by github-actions[bot]
parent 83aa9b41b0
commit 7f7231836c

View file

@ -69,7 +69,7 @@ async function extractFromField(field) {
// In case that we have single-word pronoun.page values, like "https://en.pronouns.page/it",
// we want to normalize that to include the possessive pronoun as well.
if (pronounsRaw.includes("pronouns.page") && !pronouns.includes("/")) {
return await normalizePronounPagePronouns(pronouns)
return await normalizePronounPagePronouns(pronouns);
}
text = pronouns;