node-ainzfb-new 1.7.9-uOw19mf → 1.7.10-2-zGsq2er
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +4 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -222,7 +222,9 @@ async function buildAPI(globalOptions, html, jar) {
|
|
222
222
|
syncToken: undefined,
|
223
223
|
mqttEndpoint,
|
224
224
|
region,
|
225
|
-
firstListen: true
|
225
|
+
firstListen: true,
|
226
|
+
wsReqNumber: 0,
|
227
|
+
wsTaskNumber: 0
|
226
228
|
};
|
227
229
|
|
228
230
|
var api = {
|
@@ -1089,4 +1091,4 @@ function login(loginData, options, callback) {
|
|
1089
1091
|
return returnPromise;
|
1090
1092
|
}
|
1091
1093
|
|
1092
|
-
module.exports = login;
|
1094
|
+
module.exports = login;
|
package/package.json
CHANGED