From 217e5b861f2f8265437f223bc4efc74aaf0b0872 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 06:57:28 +0000 Subject: [PATCH] style: Format code with prettier --- src/tools/config/getFrontendConfig.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tools/config/getFrontendConfig.ts b/src/tools/config/getFrontendConfig.ts index 1a910c065..376522d4c 100644 --- a/src/tools/config/getFrontendConfig.ts +++ b/src/tools/config/getFrontendConfig.ts @@ -18,7 +18,9 @@ export const getFrontendConfig = (name: string): ConfigType => { Consola.warn( `There are apps that have missing configuration options: [${someAppsWithoutProps .map((app) => app.name) - .join(', ')}] please input the correct secrets once again for the concerned app(s), save them, exit edit mode and reload the page.` + .join( + ', ' + )}] please input the correct secrets once again for the concerned app(s), save them, exit edit mode and reload the page.` ); }