Skip to content

Commit

Permalink
Just match on name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouck committed Oct 31, 2024
1 parent ad4aaa4 commit 4210fc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-insects-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@runlightyear/lightyear": minor
---

Crm account just matches on name for now
2 changes: 1 addition & 1 deletion packages/@runlightyear/lightyear/src/collections/crm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function defineCrmCollection(props?: DefineCrmCollectionProps) {
},
},
},
matchOn: { OR: ["name", "website"] },
matchOn: "name",
},
{
name: "contact",
Expand Down

0 comments on commit 4210fc6

Please sign in to comment.