This commit is contained in:
Peter Maquiran
2021-06-09 16:39:56 +01:00
parent c9dc4c708c
commit 90adbac5b0
@@ -153,9 +153,9 @@ export class DiplomaPage implements OnInit {
}
try {
await this.processes.CompleteTask(body).toPromise()
this.close();
this.successMessage(false, ()=>{
this.close();
})
} catch (error) {
this.badRequest()