alicezetion 1.4.9 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/replit/__replit_disk_meta.json +1 -1
- package/Main.js +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":3763463497230534835,"last_updated":{"seconds":1693558152,"nanos":617107000}}
|
package/Main.js
CHANGED
@@ -329,7 +329,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
329
329
|
access_token: 'NONE',
|
330
330
|
clientMutationId: 0,
|
331
331
|
mqttClient: undefined,
|
332
|
-
lastSeqId: irisSeqID
|
332
|
+
lastSeqId: undefined, //irisSeqID
|
333
333
|
syncToken: undefined,
|
334
334
|
mqttEndpoint: mqttEndpoint,
|
335
335
|
region: region,
|