mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-02 00:10:42 +02:00
Fix linter warning
This commit is contained in:
parent
c3b4ad85e5
commit
b75580003f
@ -37,6 +37,7 @@ export default {
|
||||
/**
|
||||
* Change the language for the current page (no localstore set)
|
||||
* @param {string} lang Code of language to switch to.
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
async changeCurrentPageLang(lang) {
|
||||
let message = (await langModules["../lang/" + lang + ".json"]()).default;
|
||||
|
Loading…
Reference in New Issue
Block a user