diff --git a/searching-front/services/domain-watcher.ts b/searching-front/services/domain-watcher.ts index 3855ee8..e0612e1 100644 --- a/searching-front/services/domain-watcher.ts +++ b/searching-front/services/domain-watcher.ts @@ -61,7 +61,6 @@ const searchNFTItems = async ({ limit, offset }: SearchNFTItemsParams) => { }, } ) - console.log(`returning nft_items`) return data.nft_items } catch (e) { console.log("error fetch items", e) @@ -82,9 +81,9 @@ const fetchTonSite = async (url: string) => { console.log("Error fetch") throw "err" } + return url } catch (e) { - //console.log("throwing excep") // console.log('restart fetch domains',e) throw url }