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
|
||||
)
|
||||
|
||||
if (
|
||||
!response ||
|
||||
response.status !== 10 ||
|
||||
response.statusText !== 'Job started'
|
||||
) {
|
||||
if (!response) {
|
||||
setError('Error starting compute job.')
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user