This commit is contained in:
caf 2023-01-20 14:26:03 +04:00
parent cf846fa8ee
commit cd8ad7aab7

View File

@ -97,12 +97,9 @@ export class TerminalsComponent implements OnInit {
}
async getTerminal(id: string) {
await this.jsonRpcService.rpc2({
await this.jsonRpcService.rpc({
method: 'getTerminal',
params: {
"client_id": this.choose,
"id": id
}
params: [ this.choose, id]
}, RpcService.authService, false)
.subscribe({
next: (result) => {