chore(lint): fix eslint and typescript issues; no rule changes

This commit is contained in:
Gigi
2025-10-12 22:55:46 +02:00
parent 484c2e0c2f
commit e1420140d1
4 changed files with 15 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { RelayPool, completeOnEose, onlyEvents } from 'applesauce-relay'
import { RelayPool, onlyEvents } from 'applesauce-relay'
import { lastValueFrom, take, takeUntil, timer, toArray } from 'rxjs'
import { nip19 } from 'nostr-tools'
import { AddressPointer } from 'nostr-tools/nip19'
@@ -103,7 +103,7 @@ export async function fetchArticleByNaddr(
? pointer.relays
: RELAYS
const orderedRelays = prioritizeLocalRelays(baseRelays)
const { local: localRelays, remote: remoteRelays } = partitionRelays(orderedRelays)
const { local: localRelays } = partitionRelays(orderedRelays)
// Fetch the article event
const filter = {