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:
parent
127d31d729
commit
1ceb0f6158
@ -22,7 +22,6 @@ export default function AlgorithmDatasetsListForCompute({
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
async function getDatasetsAllowedForCompute() {
|
async function getDatasetsAllowedForCompute() {
|
||||||
const datasetComputeService = dataset.findServiceByType('compute')
|
const datasetComputeService = dataset.findServiceByType('compute')
|
||||||
datasetComputeService
|
|
||||||
const datasets = await getAlgorithmDatasetsForCompute(
|
const datasets = await getAlgorithmDatasetsForCompute(
|
||||||
algorithmDid,
|
algorithmDid,
|
||||||
datasetComputeService?.serviceEndpoint,
|
datasetComputeService?.serviceEndpoint,
|
||||||
|
Loading…
Reference in New Issue
Block a user