Skip to content

Commit

Permalink
fix(function): modifyPegasusQueryContext
Browse files Browse the repository at this point in the history
Update modifyPegasusQueryContext.mjs
Update request.bundle.js
  • Loading branch information
VirgilClyne committed Oct 17, 2024
1 parent 7f84ade commit 10e8198
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20,404 deletions.
4 changes: 2 additions & 2 deletions debug/request.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -12372,8 +12372,8 @@ __webpack_require__.d(__webpack_exports__, {
});
function modifyPegasusQueryContext(queryContext, Settings) {
console.log(`☑️ modify PegasusQueryContext`, "");
Locale = queryContext.locale;
[Language, CountryCode] = Locale?.split("_") ?? [];
const Locale = queryContext.locale;
const [Language, CountryCode] = Locale?.split("_") ?? [];
console.log(`🚧 Locale: ${Locale}, Language: ${Language}, CountryCode: ${CountryCode}`);
switch (Settings.CountryCode) {
case "AUTO":
Expand Down
Loading

0 comments on commit 10e8198

Please sign in to comment.