merge-requests/203/head
Tag 2022-09-25 15:43:18 -07:00
rodzic a03870706f
commit bc7ee6c55b
2 zmienionych plików z 5 dodań i 6 usunięć

Wyświetl plik

@ -157,7 +157,6 @@ function potaSpotFromDecode(callObj)
addParkSpotFeature(park, g_pota.parkSpots[park][callObj.DEcall]);
let hash = park + callObj.DEcall;
if (!(hash in g_pota.rbnReportTimes) || Date.now() > g_pota.rbnReportTimes[hash])
{
g_pota.rbnReportTimes[hash] = Date.now() + g_pota.rbnFrequency;