1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

stray semicolon

This commit is contained in:
David Baker
2019-03-01 11:48:48 +00:00
parent 53aceaa412
commit f2328904cd

View File

@ -341,7 +341,7 @@ function getLangsJson() {
let url;
try {
// 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) {
url = i18nFolder + 'languages.json';
}