Skip to content

Commit

Permalink
Merge pull request #282 from LL08-MathematicalModelling-dowell/ft-pranai
Browse files Browse the repository at this point in the history
Ft pranai
  • Loading branch information
Pranai-1 authored Jun 13, 2024
2 parents d2ec76c + c2b1843 commit 05e7787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/scales/report/Booth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ function degreesToRadians(degrees) {
},[])

async function fetchLocation() {
const { browserLatitude, browserLongitude } = await getBrowserLocation();
//const { browserLatitude, browserLongitude } = await getBrowserLocation();

try {
const response = await axios.get("https://www.qrcodereviews.uxlivinglab.online/api/v6/qrcode-data/22-71b0c608-ee3d-4b89-b4e4-19f76a6e50ec");
const detailedReport = response.data.response.detailed_report;



if (Array.isArray(detailedReport) && detailedReport.length > 0) {

Expand Down

0 comments on commit 05e7787

Please sign in to comment.