kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
lint
rodzic
a03870706f
commit
bc7ee6c55b
|
@ -157,7 +157,6 @@ function potaSpotFromDecode(callObj)
|
||||||
addParkSpotFeature(park, g_pota.parkSpots[park][callObj.DEcall]);
|
addParkSpotFeature(park, g_pota.parkSpots[park][callObj.DEcall]);
|
||||||
|
|
||||||
let hash = park + callObj.DEcall;
|
let hash = park + callObj.DEcall;
|
||||||
|
|
||||||
if (!(hash in g_pota.rbnReportTimes) || Date.now() > g_pota.rbnReportTimes[hash])
|
if (!(hash in g_pota.rbnReportTimes) || Date.now() > g_pota.rbnReportTimes[hash])
|
||||||
{
|
{
|
||||||
g_pota.rbnReportTimes[hash] = Date.now() + g_pota.rbnFrequency;
|
g_pota.rbnReportTimes[hash] = Date.now() + g_pota.rbnFrequency;
|
||||||
|
|
Ładowanie…
Reference in New Issue