Skip to content

Commit

Permalink
fix: CLIN-3629 discriminate against flags
Browse files Browse the repository at this point in the history
  • Loading branch information
meek0 committed Dec 5, 2024
1 parent 9dd36e7 commit 91c0fe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/db/dal/variant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export const getEntriesByUniqueIdsAndOrganizations = async function (uniqueIds:
organization_id: {
[Op.in]: organizationIds,
},
properties: {
[Op.contains]: {
flags: []
}
},
},
});
};
Expand Down

0 comments on commit 91c0fe4

Please sign in to comment.