style: fix linting issues met Prettier
This commit is contained in:
parent
f2417e90f2
commit
23eeb9a802
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ interface Translations {
|
|||
}
|
||||
|
||||
export function getThemesHandler(req: Request, res: Response): void {
|
||||
const language = (req.query.language as string || 'nl').toLowerCase();
|
||||
const language = ((req.query.language as string) || 'nl').toLowerCase();
|
||||
const translations = loadTranslations<Translations>(language);
|
||||
const themeList = themes.map((theme) => ({
|
||||
key: theme.title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue