Skip to content

Commit 0c10c71

Browse files
fix: update example to use renamed method getList instead of getAll in contactListsFlow
1 parent 4628497 commit 0c10c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/contact-lists/everything.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function contactListsFlow() {
1515
});
1616

1717
// Get all contact lists
18-
const all = await client.contactLists.getAll();
18+
const all = await client.contactLists.getList();
1919
console.log("All contact lists:", all);
2020

2121
// Get a specific contact list

0 commit comments

Comments
 (0)