style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-12 21:10:34 +00:00
parent 656f7f15b7
commit f6fcf4536a
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import { EnvVars, getEnvVar } from './util/envvars.js';
// API
export const DWENGO_API_BASE = getEnvVar(EnvVars.LearningContentRepoApiBaseUrl);
export const FALLBACK_LANG = getEnvVar(EnvVars.FallbackLanguage);