@conboai/app.db.query 0.4.62 → 0.4.63
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 +1 -1
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -113946,7 +113946,7 @@ const UOe = ({
|
|
|
113946
113946
|
} = Cs();
|
|
113947
113947
|
Oe(() => {
|
|
113948
113948
|
var h;
|
|
113949
|
-
const a = t.join(""), c = n == null ? void 0 : n.map(
|
|
113949
|
+
const a = Array.isArray(t) ? t == null ? void 0 : t.join("") : t, c = n == null ? void 0 : n.map(
|
|
113950
113950
|
(f) => f.conbo_key
|
|
113951
113951
|
), d = (h = n[0]) == null ? void 0 : h.time;
|
|
113952
113952
|
a === bl.NO_TRAIL && s(), a === bl.CURRENT_TRAIL && r({
|