Fix linter warning

This commit is contained in:
Wampie Driessen 2023-09-13 11:35:52 +02:00
parent 60271ffa0b
commit 144794b770

View file

@ -37,6 +37,7 @@ export default {
/** /**
* Change the language for the current page (no localstore set) * Change the language for the current page (no localstore set)
* @param {string} lang Code of language to switch to. * @param {string} lang Code of language to switch to.
* @returns {Promise<void>}
*/ */
async changeCurrentPageLang(lang) { async changeCurrentPageLang(lang) {
let message = (await langModules["../lang/" + lang + ".json"]()).default; let message = (await langModules["../lang/" + lang + ".json"]()).default;