Skip to content

Commit

Permalink
fix: group-search (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmende committed Sep 15, 2023
1 parent 866bcd5 commit daf760b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function _searchUserGroups(
return
}
res.on('searchEntry', function (entry) {
groups.push(entry.object)
groups.push(entry.pojo)
})
res.on('searchReference', function (referral) {})
res.on('error', function (err) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit daf760b

Please sign in to comment.