fix
This commit is contained in:
parent
cf846fa8ee
commit
17d09c2433
@ -99,10 +99,7 @@ export class TerminalsComponent implements OnInit {
|
||||
async getTerminal(id: string) {
|
||||
await this.jsonRpcService.rpc2({
|
||||
method: 'getTerminal',
|
||||
params: {
|
||||
"client_id": this.choose,
|
||||
"id": id
|
||||
}
|
||||
params: [ this.choose, id]
|
||||
}, RpcService.authService, false)
|
||||
.subscribe({
|
||||
next: (result) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user