You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
stray semicolon
This commit is contained in:
@ -341,7 +341,7 @@ function getLangsJson() {
|
|||||||
let url;
|
let url;
|
||||||
try {
|
try {
|
||||||
// Webapp is a webpack resolve alias pointing to the output directory, see webpack config
|
// Webapp is a webpack resolve alias pointing to the output directory, see webpack config
|
||||||
url; = require('Webapp/i18n/languages.json');
|
url = require('Webapp/i18n/languages.json');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
url = i18nFolder + 'languages.json';
|
url = i18nFolder + 'languages.json';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user