I am trying to send location data to my express backend within 30 minute spaces.
try { setInterval(async () => { getLocationData(); }, 180000);