dev email send when tokens not found
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-31 13:06:27 +07:00
parent 51170891ce
commit 3d2c7ecb05
4 changed files with 31 additions and 5 deletions
@@ -31,7 +31,7 @@ public interface ImageSimilarityRepository
JOIN file_entities f
ON f.id = h.file_id
WHERE ref.file_id = :fileId
AND f.status = 'ACTIVE'
AND f.status IN ('ACTIVE', 'MODERATION')
""",
nativeQuery = true)
List<SimilarImageProjection> findCandidates(