Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
v2.5 Build 1 (7-3-2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Jul 4, 2024
1 parent b23ffa0 commit 0a76be5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/scriptcc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
const responsee = await fetch(api_url);
const data = await responsee.json();
const {response} = data;
if (!response.length) {
return;
}
var lat = `${response[0].loc.lat}`;
var lon = `${response[0].loc.long}`;
cordinates = {
Expand Down

0 comments on commit 0a76be5

Please sign in to comment.