Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 257fcda

Browse files
committed
more logging
1 parent 1d936cf commit 257fcda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

initializers/v3client.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,11 @@ function getMemberGroups(connection, callback) {
228228
callback(err);
229229
} else {
230230
var groupResponse = body.result.content;
231+
console.log(groupResponse);
231232
while(groupResponse) {
232233
result.push(groupResponse.id);
233234
groupResponse = groupResponse.parentGroup;
235+
console.log(groupResponse);
234236
}
235237
}
236238
})

0 commit comments

Comments
 (0)