Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun authored Sep 15, 2024
1 parent 8690309 commit 3f8d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ document.querySelector("#app").innerHTML = `
`;

async function getPreview() {
const hdevApiKey = document.getElementById("hdevApi");
const hdevApiKey = document.getElementById("hdevApi").value;
// Get Nickname, Tag, Region
const inputNicknameWithTag = document.getElementById("nickname_with_tag");
const nicknameWithTag = inputNicknameWithTag.value;
Expand Down

0 comments on commit 3f8d7aa

Please sign in to comment.