mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-31 10:13:35 -07:00
suggested fix for gps feature, sorting timestamps
This commit is contained in:
committed by
Will Greenberg
parent
7bae34061d
commit
049a842987
@@ -94,6 +94,7 @@ pub async fn load_gps_records(file: tokio::fs::File) -> Vec<GpsRecord> {
|
||||
}
|
||||
}
|
||||
}
|
||||
records.sort_by_key(|r| r.unix_ts);
|
||||
records
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user