@conboai/app.db.query 0.8.27 → 0.8.28
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 -1
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -129245,7 +129245,8 @@ const Pi = {
|
|
|
129245
129245
|
loading: !1,
|
|
129246
129246
|
error: null,
|
|
129247
129247
|
clearLatestSnapshots: () => e(() => ({
|
|
129248
|
-
latestSnapshots: []
|
|
129248
|
+
latestSnapshots: [],
|
|
129249
|
+
loading: !1
|
|
129249
129250
|
})),
|
|
129250
129251
|
getLatestSnapshots: async ({ assignedFeedIds: t }) => {
|
|
129251
129252
|
e(() => ({ loading: !0, error: null }));
|