Skip to content

Commit

Permalink
docs: supplement findEvents return value description
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Aug 7, 2024
1 parent 11692a5 commit 9038891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/nostr-relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export class NostrRelay {
* @param filters Filters
* @param pubkey Public key of the client
* @param iteratee Iteratee function to call for each event
* @returns Events or an error message
*/
async findEvents(
filters: Filter[],
Expand Down

0 comments on commit 9038891

Please sign in to comment.