mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-21 19:13:03 +00:00
Format files using prettier
This commit is contained in:
parent
83aa9b41b0
commit
7f7231836c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue