Skip to content

Commit 99c4727

Browse files
Update examples/contact-lists/everything.ts
Co-authored-by: Marcin Klocek <marcin.klocek@railsware.com>
1 parent c297b7a commit 99c4727

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
@@ -23,7 +23,7 @@ async function contactListsFlow() {
2323
console.log("One contact list:", one);
2424

2525
// Update a contact list
26-
const updated = await client.contactLists.update(5205, {
26+
const updated = await client.contactLists.update(all[0].id, {
2727
name: "Updated Test List",
2828
});
2929
console.log("Updated contact list:", updated);

0 commit comments

Comments
 (0)