From 256364252f0990b501c44a059e7fe3272a466742 Mon Sep 17 00:00:00 2001 From: hippotastic Date: Wed, 12 Apr 2023 13:05:12 +0000 Subject: [PATCH] [ci] format --- scripts/tuesday-bot.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/tuesday-bot.ts b/scripts/tuesday-bot.ts index cf8d5b50a8a5c..6e253054e9008 100644 --- a/scripts/tuesday-bot.ts +++ b/scripts/tuesday-bot.ts @@ -26,9 +26,12 @@ async function setDiscordMessage() { ); const list = toTranslate - .filter(s => Object.keys(s.translations) - .filter(l => s.translations[l]?.isMissing || s.translations[l]?.isOutdated) - .length > 0) + .filter( + (s) => + Object.keys(s.translations).filter( + (l) => s.translations[l]?.isMissing || s.translations[l]?.isOutdated + ).length > 0 + ) .map((s) => { const langs = Object.keys(s.translations).filter(