Skip to content

Commit

Permalink
Fix SQL (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Plant authored Mar 28, 2024
1 parent fab10f6 commit 40e6541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/heartbeats/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ impl LocationCache {
FROM wifi_heartbeats
WHERE location_validation_timestamp IS NOT NULL
AND location_validation_timestamp >= $1
ORDER BY DESC location_validation_timestamp
ORDER BY location_validation_timestamp DESC
LIMIT 1
"#,
)
Expand Down

0 comments on commit 40e6541

Please sign in to comment.