Fix sending request_id when using nxapi's f-generation API

This commit is contained in:
Samuel Elliott 2022-08-24 19:21:27 +01:00
parent ce6272318e
commit e5a955e666
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -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,
};