fix: resolve all linting issues

- Remove unused DebugBus import from App.tsx
- Remove unused NostrEvent import from relayListService.ts
- Add comment to empty catch block in ContentPanel.tsx
- Remove unused targetUrlsMap variable from relayManager.ts
- All linting errors resolved, TypeScript type checking passes
This commit is contained in:
Gigi
2025-10-20 20:01:40 +02:00
parent 2a44b4e3c0
commit 15fd19f6a4
4 changed files with 1 additions and 3 deletions

View File

@@ -581,6 +581,7 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
const naddr = nip19.naddrEncode({ kind: 30023, pubkey: currentArticle.pubkey, identifier: dTag })
hasRead = hasRead || archiveController.isMarked(naddr)
} catch (e) {
// Silently ignore encoding errors
}
}
} else {