Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Dec 23, 2024
1 parent 903f074 commit c78443d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/lib/bookings/filterHostsByLeadThreshold.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ describe("filterHostByLeadThreshold", () => {
where: {
OR: [
{
user: {
id: {
in: [2],
},
userId: {
in: [2],
},
OR: [
{
Expand Down

0 comments on commit c78443d

Please sign in to comment.