Skip to content

Commit

Permalink
fix: merge canary and check labels for summary api
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 4, 2023
1 parent 80a5658 commit f47db17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/postgres_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SELECT
checks.description,
canaries.namespace,
canaries.name as canaryName,
canaries.labels,
canaries.labels || checks.labels as labels,
severity,
owner,
last_runtime,
Expand Down

0 comments on commit f47db17

Please sign in to comment.