Skip to content

Commit 05ca540

Browse files
committed
Add contacts groups default parameter
1 parent e5da02a commit 05ca540

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/contacts-groups-list.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ function ContactsGroupsList(options) {
1313

1414
ContactsGroupsList.prototype = Object.create(ActionAbstract.prototype);
1515

16+
ContactsGroupsList.prototype.defaultParams = {
17+
'with': 'contacts_count'
18+
};
19+
1620
/**
1721
* get/set id
1822
* @param {String} id

0 commit comments

Comments
 (0)