more logs
Some checks failed
CI / build-and-test (push) Failing after 3m13s

This commit is contained in:
Tobias Klemp
2026-01-02 17:22:40 +01:00
parent a89da7771a
commit aab8c84f5c

View File

@@ -77,7 +77,7 @@ class LanguageService {
if (!env.TOLGEE_API_KEY) {
throw new Error('TOLGEE_API_KEY not set')
}
try {
const response = await fetch(url, {
method: 'GET',
headers: {
@@ -101,6 +101,9 @@ class LanguageService {
}
return translations
} catch (e) {
console.error('Failed to get language data', e, JSON.stringify(e))
}
}
}