Skip to content

Commit

Permalink
added fix for GRAD2-2592
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Apr 4, 2024
1 parent 0ed01eb commit 8c91692
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/services/BatchProcessingService.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ export default {
this.addScheduledJob(scheduledRequest);
return
}else{
console.log(request)
return
//return ApiService.apiAxios.post('/api/v1/batch/executeyearlydisrunbatchjob', request);
return ApiService.apiAxios.post('/api/v1/batch/executeyearlydisrunbatchjob', request);
}
},
runBlankDISTRUNUSERUserRequest(request, credentialType){
Expand Down

0 comments on commit 8c91692

Please sign in to comment.