This commit is contained in:
Peter Maquiran
2023-07-21 17:28:15 +01:00
parent 60078f6118
commit 4b8032c44d
3 changed files with 9 additions and 8 deletions
@@ -231,6 +231,7 @@ export class DiplomaAssinarPage implements OnInit {
try {
await this.processes.CompleteTask(body).toPromise()
this.httpErroHandle.httpsSucessMessagge('Assinado')
} catch (error) {
this.httpErroHandle.httpStatusHandle(error)
}