style: Format code with prettier

This commit is contained in:
deepsource-autofix[bot]
2023-04-03 06:57:28 +00:00
committed by GitHub
parent f1e39ba911
commit 217e5b861f

View File

@@ -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.`
);
}