Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 0dfe40e

Browse files
Tethikjsumners
authored andcommitted
Quick fix for outdated client doc
Still referring to result.object, instead of result.pojo.
1 parent 6ba15ed commit 0dfe40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ client.search('o=example', opts, (err, res) => {
308308
console.log('searchRequest: ', searchRequest.messageId);
309309
});
310310
res.on('searchEntry', (entry) => {
311-
console.log('entry: ' + JSON.stringify(entry.object));
311+
console.log('entry: ' + JSON.stringify(entry.pojo));
312312
});
313313
res.on('searchReference', (referral) => {
314314
console.log('referral: ' + referral.uris.join());

0 commit comments

Comments
 (0)