Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f232890

Browse files
committed
stray semicolon
1 parent 53aceaa commit f232890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languageHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function getLangsJson() {
341341
let url;
342342
try {
343343
// Webapp is a webpack resolve alias pointing to the output directory, see webpack config
344-
url; = require('Webapp/i18n/languages.json');
344+
url = require('Webapp/i18n/languages.json');
345345
} catch (e) {
346346
url = i18nFolder + 'languages.json';
347347
}

0 commit comments

Comments
 (0)