some changes

This commit is contained in:
tiago.kayaya
2021-06-04 15:59:36 +01:00
parent 19f270f425
commit d37b6c58dc
10 changed files with 14 additions and 90 deletions
@@ -62,7 +62,7 @@ export class DarParecerPage implements OnInit {
console.log(body);
try {
await this.processes.CompleteTask(body).toPromise()
await this.processes.CompleteTask(body).toPromise();
this.modalController.dismiss();
this.successMessage()
} catch (error) {