Clean up wot

This commit is contained in:
Jon Staab
2026-06-17 14:56:39 -07:00
parent 28219eb64f
commit f5124a6c4e
18 changed files with 178 additions and 136 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export class Handles extends LoadableData<Handle> {
this.loadForPubkey(pubkey, relays)
return deriveDeduplicated(
[this.index, this.ctx.use(Profiles).derive(pubkey, relays)],
[this.index, this.ctx.use(Profiles).derived(pubkey, relays)],
([$handlesByNip05, $profile]) => {
if (!$profile?.nip05) return undefined