gearboxdownloadmodal 6.0.80 → 6.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -12576,7 +12576,7 @@ const io = 5, th = ({
|
|
|
12576
12576
|
return m.on("connect", () => {
|
|
12577
12577
|
console.log("Connected to the socket server");
|
|
12578
12578
|
}), m.on("video-compressing", async (v) => {
|
|
12579
|
-
console.log(v), v.userId === o._id && v.isSuccess && (console.log("Video compress successfull"), u(!1),
|
|
12579
|
+
console.log(v), v.userId === o._id && v.isSuccess && (console.log("Video compress successfull"), u(!1), t(!0));
|
|
12580
12580
|
}), m.on("error", (v) => {
|
|
12581
12581
|
console.error("Socket error:", v);
|
|
12582
12582
|
}), () => {
|