Skip to content

Commit

Permalink
Final Release Text
Browse files Browse the repository at this point in the history
No more updates from now
  • Loading branch information
PrakharDoneria authored Dec 19, 2023
1 parent f0b142f commit ccb2447
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 @@ -32,7 +32,7 @@ async function displayErrorMessage(messageList, thinkingBubble, error) {
}

async function fetchUserLocation() {
const ipinfoApiKey = 'YOUR_IPINFO_API_KEY'; // Replace with your IPinfo.io API key
const ipinfoApiKey = '7ccae9c8d8744e'; // Replace with your IPinfo.io API key
const ipinfoUrl = `https://ipinfo.io/json?token=${ipinfoApiKey}`;

try {
Expand Down

0 comments on commit ccb2447

Please sign in to comment.