refactor: 🏗️
This commit is contained in:
parent
fa455ba127
commit
34ff0cd314
5 changed files with 40 additions and 65 deletions
|
|
@ -28,7 +28,7 @@ class StorageService {
|
|||
private currentAccount: TAccount | null = null
|
||||
private accountRelayListEventMap: Record<string, Event | undefined> = {} // pubkey -> relayListEvent
|
||||
private accountFollowListEventMap: Record<string, Event | undefined> = {} // pubkey -> followListEvent
|
||||
private accountProfileEventMap: Record<string, Event> = {} // pubkey -> profileEvent
|
||||
private accountProfileEventMap: Record<string, Event | undefined> = {} // pubkey -> profileEvent
|
||||
|
||||
constructor() {
|
||||
if (!StorageService.instance) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue