buzzcasting-storage 3.9.3 → 3.9.4
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 St(p, n) {
|
|
|
133
133
|
}
|
|
134
134
|
return n;
|
|
135
135
|
}
|
|
136
|
-
const xa = "3.9.
|
|
136
|
+
const xa = "3.9.3";
|
|
137
137
|
class ka {
|
|
138
138
|
options;
|
|
139
139
|
url;
|
|
@@ -3586,7 +3586,7 @@ class Mr {
|
|
|
3586
3586
|
* @returns IResponse
|
|
3587
3587
|
*/
|
|
3588
3588
|
getMessages = async (n) => {
|
|
3589
|
-
if (n.widget
|
|
3589
|
+
if (n.widget === "")
|
|
3590
3590
|
return K(3, [
|
|
3591
3591
|
"%cget%c %cstorage%c %cmessages",
|
|
3592
3592
|
c.KO,
|
|
@@ -3736,7 +3736,7 @@ class Mr {
|
|
|
3736
3736
|
* @returns IResponse
|
|
3737
3737
|
*/
|
|
3738
3738
|
getSeries = async (n) => {
|
|
3739
|
-
if (n.widget
|
|
3739
|
+
if (n.widget === "")
|
|
3740
3740
|
return K(3, [
|
|
3741
3741
|
"%cget%c %cstorage%c %cseries",
|
|
3742
3742
|
c.KO,
|
|
@@ -3804,7 +3804,7 @@ class Mr {
|
|
|
3804
3804
|
* @returns IResponse
|
|
3805
3805
|
*/
|
|
3806
3806
|
getWidget = async (n) => {
|
|
3807
|
-
if (n.id
|
|
3807
|
+
if (n.id === "")
|
|
3808
3808
|
return K(3, [
|
|
3809
3809
|
"%cget%c %cstorage%c %cwidget",
|
|
3810
3810
|
c.KO,
|