@open-wa/wa-automate 4.32.16 → 4.32.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/Client.js +1 -0
- package/package.json +1 -1
package/dist/api/Client.js
CHANGED
@@ -2130,6 +2130,7 @@ class Client {
|
|
2130
2130
|
getGroupMembers(groupId) {
|
2131
2131
|
return __awaiter(this, void 0, void 0, function* () {
|
2132
2132
|
const membersIds = yield this.getGroupMembersId(groupId);
|
2133
|
+
logging_1.log.info("group members ids", membersIds);
|
2133
2134
|
const actions = membersIds.map(memberId => {
|
2134
2135
|
return this.getContact(memberId);
|
2135
2136
|
});
|
package/package.json
CHANGED