Skip to content

Commit

Permalink
Merge pull request #101 from Ferlab-Ste-Justine/fix/clin-3663
Browse files Browse the repository at this point in the history
fix: CLIN-3663 revert get to return everything
  • Loading branch information
meek0 authored Dec 9, 2024
2 parents 444343c + f40c860 commit 60de641
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/db/dal/variant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ export const getEntriesByUniqueIdsAndOrganizations = async function (uniqueIds:
organization_id: {
[Op.in]: organizationIds,
},
properties: {
[Op.contains]: {
flags: []
}
},
},
});
};
Expand Down

0 comments on commit 60de641

Please sign in to comment.