Skip to content

Commit a770ba5

Browse files
authored
Merge pull request projecthorus#94 from darksidelemm/main
Add upload_time to excluded fields
2 parents 6842b73 + a509ee5 commit a770ba5

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
@@ -28,7 +28,8 @@ var excludedFields = [
2828
"uploader_antenna",
2929
"raw",
3030
"aprs_tocall",
31-
"telemetry_hidden"
31+
"telemetry_hidden",
32+
"upload_time"
3233
];
3334

3435
var uniqueKeys = {

0 commit comments

Comments
 (0)