buzzcasting-storage 3.11.4 → 3.11.5
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.
|
@@ -133,7 +133,7 @@ function Ot(h, t) {
|
|
|
133
133
|
}
|
|
134
134
|
return t;
|
|
135
135
|
}
|
|
136
|
-
const xa = "3.11.
|
|
136
|
+
const xa = "3.11.4";
|
|
137
137
|
class ka {
|
|
138
138
|
options;
|
|
139
139
|
url;
|
|
@@ -4166,7 +4166,7 @@ class Mr {
|
|
|
4166
4166
|
* @returns IResponse
|
|
4167
4167
|
*/
|
|
4168
4168
|
getImages = async (t) => {
|
|
4169
|
-
const o = (w) => t?.
|
|
4169
|
+
const o = (w) => t?.id ? w.includes(t.id) : !1, m = await this.db.table(_.IMAGES).toArray().then((w) => t?.id ? w.filter(o) : w);
|
|
4170
4170
|
return m !== void 0 && G(3, [
|
|
4171
4171
|
"%cstorage%c %cimages",
|
|
4172
4172
|
c.STORAGE,
|