fix(gateway): relax rpc param generic for typed sdk payloads
This commit is contained in:
parent
4a2ef835fb
commit
cf94bc32d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ export class TelegramService implements OnModuleInit, OnModuleDestroy {
|
|||
);
|
||||
}
|
||||
|
||||
private sendRpc<TParams extends Record<string, unknown>, TResult>(
|
||||
private sendRpc<TParams, TResult>(
|
||||
deviceId: string,
|
||||
hubId: string,
|
||||
method: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue