@xuda.io/ai_module 1.1.5581 → 1.1.5582

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2040,7 +2040,7 @@ export const get_ai_agents = async function (req, job_id, headers) {
2040
2040
  skip: skip || 0,
2041
2041
  sort: [{ ts: 'desc' }],
2042
2042
  };
2043
- debugger;
2043
+
2044
2044
  if (!account_profile_info.is_main) {
2045
2045
  opt.selector['studio_meta.account_profiles'] = { $in: [account_profile_info.account_profile_id] };
2046
2046
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5581",
3
+ "version": "1.1.5582",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",