Skip to content

Commit b5052f3

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

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
@@ -29,7 +29,7 @@ async function contactListsFlow() {
2929
console.log("Updated contact list:", updated);
3030

3131
// Delete a contact list
32-
await client.contactLists.delete(5205);
32+
await client.contactLists.delete(all[0].id);
3333
}
3434

3535
contactListsFlow();

0 commit comments

Comments
 (0)