Skip to content

Commit

Permalink
fix: CLIN-3620 use organizationId instead of authorID to get latest
Browse files Browse the repository at this point in the history
  • Loading branch information
meek0 committed Dec 4, 2024
1 parent 81dd514 commit d83798c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db/dal/variant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const addNewEntry = async function (
unique_id: {
[Op.eq]: uniqueId,
},
author_id: {
[Op.eq]: authorId,
organization_id: {
[Op.eq]: organizationId,
},
},
});
Expand Down

0 comments on commit d83798c

Please sign in to comment.