File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -157,21 +157,21 @@ client.events.create({
157157## Counts
158158
159159``` node
160- this . client .appCounts (callback);
160+ client .appCounts (callback);
161161
162- this . client .conversationCounts (callback);
162+ client .conversationCounts (callback);
163163
164- this . client .conversationAdminCounts (callback);
164+ client .conversationAdminCounts (callback);
165165
166- this . client .userTagCounts (callback);
166+ client .userTagCounts (callback);
167167
168- this . client .userSegmentCounts (callback);
168+ client .userSegmentCounts (callback);
169169
170- this . client .companyTagCounts (callback);
170+ client .companyTagCounts (callback);
171171
172- this . client .companySegmentCounts (callback);
172+ client .companySegmentCounts (callback);
173173
174- this . client .companyUserCounts (callback);
174+ client .companyUserCounts (callback);
175175```
176176
177177## Pagination
You can’t perform that action at this time.
0 commit comments