Skip to content

Commit

Permalink
feat(feed): ignore empty statment claims
Browse files Browse the repository at this point in the history
  • Loading branch information
omareloui committed Sep 12, 2024
1 parent efe5f35 commit 956283b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dao/api.dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export class NodeDao {
WHERE n1."entType" != 'CLAIM'
AND e.label != 'source'
AND c."effectiveDate" IS NOT NULL
AND c.statement IS NOT NULL
AND n1.name IS NOT NULL
AND n1.name != ''
${Prisma.raw(
Expand Down

0 comments on commit 956283b

Please sign in to comment.