@xuda.io/ai_module 1.1.5473 → 1.1.5474

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
@@ -2242,7 +2242,7 @@ export const archive_mini_app = async function (req) {
2242
2242
 
2243
2243
  let prog_doc = await db_module.get_app_couch_doc_native(account_profile_info.app_id, prog_id);
2244
2244
 
2245
- if (agent_doc.studio_meta.createdByUid !== uid && agent_doc?.studio_meta?.account_profile_info?.uid !== uid) {
2245
+ if (prog_doc.studio_meta.createdByUid !== uid && prog_doc?.studio_meta?.account_profile_info?.uid !== uid) {
2246
2246
  throw new Error('Operation not allowed');
2247
2247
  }
2248
2248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5473",
3
+ "version": "1.1.5474",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",