Skip to content

Commit

Permalink
Update jjwxc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm2060 authored Feb 21, 2024
1 parent 6664622 commit 9fd8bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/special/original/jjwxc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ export class Jjwxc extends BaseRuleClass {
else if (header == "keystring")
keyString = value;
});
let content = String(responseText);
const content = String(responseText);
const accesskeyLen = accesskey.length;
let v9 = 0;
const v6 = String(accesskey[accesskeyLen - 1]).charCodeAt(0);
Expand Down

0 comments on commit 9fd8bf3

Please sign in to comment.