xxx
This commit is contained in:
@@ -83,9 +83,7 @@ export class KeysComponent {
|
||||
}
|
||||
|
||||
deleteKey(id: string) {
|
||||
this.api.deleteKey(id).subscribe({
|
||||
next: n => console.log(n)
|
||||
})
|
||||
this.api.deleteKey(id).subscribe()
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
Reference in New Issue
Block a user