fix types for peers()

This commit is contained in:
Andre Staltz 2024-01-31 14:32:54 +02:00
parent 10ae865ab6
commit 0c7652caba
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Infos {
} }
/** /**
* @returns {pull.Source<[Multiaddr, Info]>} * @returns {pull.Source<Array<[Multiaddr, Info]>>}
*/ */
liveEntries() { liveEntries() {
return pullConcat([ return pullConcat([