fix: 🚨 Fix DeepSource linter warnings

This commit is contained in:
Jesse Wierzbinski 2025-04-09 02:15:00 +02:00
parent 45e5460975
commit 1d301d72ae
No known key found for this signature in database
10 changed files with 39 additions and 40 deletions

View file

@ -242,7 +242,7 @@ export default apiRoute((app) => {
: undefined;
const parsedMentions = statusText
? await parseTextMentions(statusText, user)
? await parseTextMentions(statusText)
: [];
const parsedEmojis = statusText

View file

@ -192,7 +192,7 @@ export default apiRoute((app) =>
: undefined;
const parsedMentions = status
? await parseTextMentions(status, user)
? await parseTextMentions(status)
: [];
const parsedEmojis = status