Skip to content

Commit 9364f34

Browse files
refactor: rename getAll method to getList in ContactListsApi for clarity
1 parent b5052f3 commit 9364f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api/resources/ContactLists.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default class ContactListsApi {
2323
/**
2424
* Get all contact lists.
2525
*/
26-
public async getAll() {
26+
public async getList() {
2727
const url = `${this.contactListsURL}`;
2828

2929
return this.client.get<ContactLists, ContactLists>(url);

0 commit comments

Comments
 (0)