1
0
mirror of synced 2025-12-23 21:07:12 -05:00

trailingCommas:all on prettier (#38888)

This commit is contained in:
Peter Bengtsson
2023-07-11 07:44:52 -04:00
committed by GitHub
parent 3e6c8c2900
commit 2ec905fc77
290 changed files with 908 additions and 898 deletions

View File

@@ -121,7 +121,7 @@ MyApp.getInitialProps = async (appContext: AppContext) => {
// of a 500 page ("Ooops! It looks like something went wrong.")
if (req?.context?.languages) {
for (const [langCode, langObj] of Object.entries(
req.context.languages as Record<string, LanguageItem>
req.context.languages as Record<string, LanguageItem>,
)) {
if (langObj.wip) continue
// Only pick out the keys we actually need