mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 18:45:41 +01:00
Add semicolon
This commit is contained in:
parent
fd4c869f63
commit
efffde0230
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const validMention = regexSupplant(
|
|||
validDomain,
|
||||
},
|
||||
'ig'
|
||||
)
|
||||
);
|
||||
|
||||
export function countableText(inputText) {
|
||||
return inputText
|
||||
|
|
Loading…
Reference in a new issue