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

fixed lint errors

This commit is contained in:
Bogdan Fazakas 2021-06-29 09:37:12 +03:00
parent 127d31d729
commit 1ceb0f6158

View File

@ -22,7 +22,6 @@ export default function AlgorithmDatasetsListForCompute({
useEffect(() => {
async function getDatasetsAllowedForCompute() {
const datasetComputeService = dataset.findServiceByType('compute')
datasetComputeService
const datasets = await getAlgorithmDatasetsForCompute(
algorithmDid,
datasetComputeService?.serviceEndpoint,