possibly fix build issues

This commit is contained in:
Kenny 2022-06-15 09:40:13 -04:00 committed by GitHub
parent c73687ff93
commit 5d07070a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const packs = {
function module(text, listPacks) {
//--- List All Packs ---//
if (listPacks) return packs;
if (listPacks === true) return packs;
//--- Return Language Pack ---//
const selectedLanguage = localStorage.getItem("language") || "english";