Skip to content

Commit

Permalink
fix: radar (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored May 20, 2024
1 parent ddfd497 commit 586c9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/jobs/radar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function getRadarRuns(radar: any) {
// get more recent runs first
return await sql`
select
*
run.*
from
run
left join radar_result on run.id = radar_result.run_id
Expand Down

0 comments on commit 586c9dc

Please sign in to comment.