mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Fix sending request_id when using nxapi's f-generation API
This commit is contained in:
parent
ce6272318e
commit
e5a955e666
|
|
@ -296,10 +296,8 @@ export class ZncaApiNxapi extends ZncaApi {
|
|||
return {
|
||||
provider: 'nxapi' as const,
|
||||
url: this.url + '/f',
|
||||
token,
|
||||
hash_method, token, request_id,
|
||||
timestamp: result.timestamp!, // will be included as not sent in request
|
||||
request_id: result.request_id!,
|
||||
hash_method,
|
||||
f: result.f,
|
||||
result,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user