mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
parent
790543252d
commit
2f8e1190ca
@ -68,7 +68,7 @@
|
||||
d['fulldate'] = dt.format("DD MMM YYYY HH:mm:ss");
|
||||
d['addr'] = d['addr'] || '(' + d['lat'] + ',' + d['lon'] + ')';
|
||||
d['cc'] = d['cc'] || '__';
|
||||
d['tid'] = d['tid'] || '__';
|
||||
d['tid'] = d['tid'] || d.topic.substr(d.topic.length - 2, d.topic.length);
|
||||
|
||||
upsert(d);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user