Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wampiedriessen committed Nov 18, 2024
1 parent c3b4ad8 commit b755800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mixins/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b755800

Please sign in to comment.