@xuda.io/ai_module 1.1.5561 → 1.1.5562
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/index.mjs +1 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2415,6 +2415,7 @@ export const update_ai_agent = async function (req, job_id, headers) {
|
|
|
2415
2415
|
};
|
|
2416
2416
|
|
|
2417
2417
|
export const get_apps = async function (req, job_id, headers) {
|
|
2418
|
+
debugger;
|
|
2418
2419
|
let { uid, _id, search, filter_type = 'all', limit, skip, mini_app_id, profile_id } = req;
|
|
2419
2420
|
const account_profile_info = await get_active_account_profile_info(uid, profile_id);
|
|
2420
2421
|
try {
|