firehose: nown --> known
This commit is contained in:
parent
45a3e2974e
commit
875fcfb09d
|
@ -52,7 +52,7 @@ function trackHashtags(event: SignedEvent): void {
|
|||
}
|
||||
}
|
||||
|
||||
/** Tracks nown relays in the database. */
|
||||
/** Tracks known relays in the database. */
|
||||
function trackRelays(event: SignedEvent) {
|
||||
const relays = new Set<`wss://${string}`>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue