@conboai/app.db.query 0.9.64 → 0.9.65
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
|
@@ -131895,7 +131895,7 @@ const Si = cl((e) => ({
|
|
|
131895
131895
|
assigned_feed_id: String(t)
|
|
131896
131896
|
});
|
|
131897
131897
|
return await na({
|
|
131898
|
-
url: `${r}/api/
|
|
131898
|
+
url: `${r}/api/position/positioning/frame-info?${i.toString()}`,
|
|
131899
131899
|
options: { signal: o },
|
|
131900
131900
|
errorMessage: "The request has been canceled"
|
|
131901
131901
|
});
|