' to "
This commit is contained in:
@ -19,7 +19,7 @@ export class SigningComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
const id: string = this.route.snapshot.paramMap.get('id') || "";
|
||||
const id: string = this.route.snapshot.paramMap.get("id") || "";
|
||||
|
||||
this.signingRequestService.getSigningRequest(id).subscribe({
|
||||
next: (response: GetSigningRequestResponse): void => {
|
||||
|
Reference in New Issue
Block a user