Skip to content

Commit

Permalink
Fix domain summary case
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Aug 10, 2023
1 parent 698a71b commit cfc118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/database/postgres/queries/domain/summary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ JOIN
ON
targets.domains.id = targets.urls.domain_id
WHERE
targets.domains.domain ILIKE '%s'
targets.domains.domain LIKE '%s'
AND targets.domains.is_valid = TRUE
GROUP BY
targets.domains.id,
Expand Down

0 comments on commit cfc118c

Please sign in to comment.