mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove status and text status check on start job (#489)
This commit is contained in:
parent
b1a2b2453d
commit
ab71ba187f
@ -395,11 +395,7 @@ export default function Compute({
|
|||||||
selectedAlgorithmAsset.dataToken
|
selectedAlgorithmAsset.dataToken
|
||||||
)
|
)
|
||||||
|
|
||||||
if (
|
if (!response) {
|
||||||
!response ||
|
|
||||||
response.status !== 10 ||
|
|
||||||
response.statusText !== 'Job started'
|
|
||||||
) {
|
|
||||||
setError('Error starting compute job.')
|
setError('Error starting compute job.')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user