Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
BI7PRK committed Dec 5, 2023
1 parent e1767a0 commit 53f941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/xray/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ return L.view.extend<[string, string]>({
{
type: "button",
click: async () => {
const privateKey = document.getElementById("pv_field").value
const privateKey = document.getElementById("pv_field").value;
const keys = await custom.CallGenKeys(privateKey);
if (keys.code !== 0) {
ui.showModal("Get Keys", [
Expand Down

0 comments on commit 53f941c

Please sign in to comment.