Update docs

This commit is contained in:
Jon Staab
2026-06-10 14:12:47 -07:00
parent a33af11b1b
commit dbd043f105
35 changed files with 164 additions and 179 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ followersByPubkey: Readable<Map<string, Set<string>>>
mutersByPubkey: Readable<Map<string, Set<string>>>
// The full WOT graph with scores (pubkey → score)
wotGraph: Readable<Map<string, number>>
wotGraph: Writable<Map<string, number>>
// The maximum WOT score in the graph
maxWot: Readable<number>