Skip to content

Commit 45b0172

Browse files
committed
aprs fix
1 parent 97f0269 commit 45b0172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function formatData(data) {
3434
}
3535
}
3636
for (let entry in data[key][i].uploaders) {
37-
if (data[key][i].uploaders[entry].software_name == "aprs") {
37+
if (data[key][i].software_name == "aprs") {
3838
aprsflag = true;
3939
var stations = data[key][i].uploaders[entry].uploader_callsign.split(",");
4040
for (let uploader in stations) {

0 commit comments

Comments
 (0)