1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

remove toast from provider helper

This commit is contained in:
Bogdan Fazakas 2022-06-01 17:40:51 +03:00
parent 0901ff7141
commit 3232460f38

View File

@ -46,7 +46,7 @@ export async function initializeProviderForCompute(
accountId accountId
) )
} catch (error) { } catch (error) {
toast(`Error initializing provider for the compute job!`) LoggerInstance.error(`Error initializing provider for the compute job!`)
return null return null
} }
} }