Skip to content

Commit

Permalink
Api key error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomon Joy authored Aug 8, 2024
1 parent fb199c6 commit 6666d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const userInfoContainer = document.querySelector(".user-info-container");
//initially vairables need????

let oldTab = userTab;
const API_KEY = "aceff5f21b3b9ff6672c387746da096e";
const API_KEY = "720818d89500ff08044dcb0a47d5e6ef";
oldTab.classList.add("current-tab");
getfromSessionStorage();

Expand Down

0 comments on commit 6666d40

Please sign in to comment.