From 070b02abee5058d8e8e93edc47eb15b0fb8a9bbb Mon Sep 17 00:00:00 2001 From: daniyal Date: Thu, 22 Aug 2024 16:12:58 +0500 Subject: [PATCH] chore: quick fix --- src/types/core.ts | 1 - src/utils/relays.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/types/core.ts b/src/types/core.ts index cb6c2f4..8583d4a 100644 --- a/src/types/core.ts +++ b/src/types/core.ts @@ -43,7 +43,6 @@ export interface UserAppData { sigits: { [key: string]: Meta } // key will be id of create signature processedGiftWraps: string[] // an array of ids of processed gift wrapped events keyPair?: Keys // this key pair is used for blossom requests authentication - dTag?: string // this will be used for d tag in 30078 kind of events blossomUrls: string[] // array for storing Urls for the files that stores all the sigits and processedGiftWraps on blossom } diff --git a/src/utils/relays.ts b/src/utils/relays.ts index c38767c..5b79f3d 100644 --- a/src/utils/relays.ts +++ b/src/utils/relays.ts @@ -30,7 +30,6 @@ const findRelayListAndUpdateCache = async ( authors: [hexKey] } - console.count('findRelayListAndUpdateCache') const event = await relayController.fetchEvent(eventFilter, lookUpRelays) if (event) { await localCache.addUserRelayListMetadata(event)