We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274e264 commit 1642378Copy full SHA for 1642378
src/job-client.js
@@ -125,6 +125,7 @@ class JobClient{
125
.then(
126
( response )=>{
127
logger.info(`submitJob(${job.model.identifier}, ${job.model.version}) :: ${response.status} ${response.statusText}`);
128
+ response.data.status = "SUBMITTED";
129
return response.data;
130
}
131
)
0 commit comments