@conboai/app.db.query 0.3.30 → 0.3.31
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/app.db.query.js +2 -2
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -85299,7 +85299,7 @@ function fme({ setPanelShown: t, isPanelShown: e = !0 }) {
|
|
|
85299
85299
|
assigned_feed_ids: A
|
|
85300
85300
|
}
|
|
85301
85301
|
};
|
|
85302
|
-
v && (N.entityId = v), g && (N.entityType = g.join("")), F("pending"), M("color", "yellow"), M("callDate", /* @__PURE__ */ new Date()), M("selectedTableItemId", -1);
|
|
85302
|
+
v && (N.entityId = v), g.length && (N.entityType = g.join("")), F("pending"), M("color", "yellow"), M("callDate", /* @__PURE__ */ new Date()), M("selectedTableItemId", -1);
|
|
85303
85303
|
try {
|
|
85304
85304
|
await h(N), M("color", "green"), F("done");
|
|
85305
85305
|
} catch {
|
|
@@ -85563,7 +85563,7 @@ function gme() {
|
|
|
85563
85563
|
take: 100,
|
|
85564
85564
|
orderBy: `${w.field}:${w.direction}`
|
|
85565
85565
|
};
|
|
85566
|
-
d && (k.entityId = d), p && (k.entityType = p.join("")), f(k);
|
|
85566
|
+
d && (k.entityId = d), p.length && (k.entityType = p.join("")), f(k);
|
|
85567
85567
|
};
|
|
85568
85568
|
Pe(() => {
|
|
85569
85569
|
V();
|