Skip to content

Commit 03b5f30

Browse files
authored
Merge pull request projecthorus#78 from darksidelemm/main
Add aprs_tocall to excluded field list
2 parents 834ca8c + 6b23549 commit 03b5f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/format.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ var excludedFields = [
2626
"uploader_position",
2727
"uploader_radio",
2828
"uploader_antenna",
29-
"raw"
29+
"raw",
30+
"aprs_tocall"
3031
];
3132

3233
var uniqueKeys = {

0 commit comments

Comments
 (0)