This commit is contained in:
tiago.kayaya
2021-05-27 14:24:42 +01:00
parent 3979ced62b
commit 328443ff68
3 changed files with 10 additions and 4 deletions
@@ -179,7 +179,7 @@ export class CreateProcessPage implements OnInit {
console.log('this.postData', this.postData, this.taskType);
try {
//await this.processes.postDespatcho(this.postData).toPromise()
await this.processes.postDespatcho(this.postData).toPromise()
this.successMessage()
} catch (error) {
this.badRequest()