@xuda.io/account_module 1.2.110 → 1.2.112

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.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1366,9 +1366,9 @@ exports.create_account_oauth_link = async function (req, job_id) {
1366
1366
  await jobs_module.update_job(
1367
1367
  {
1368
1368
  job_id,
1369
- current_step_name: `creating ${app_obj.app_type} server`,
1369
+ current_step_name: 'creating link',
1370
1370
  },
1371
- global[`_deploy_module_ch`],
1371
+ global[`_account_module_ch`],
1372
1372
  );
1373
1373
  return {
1374
1374
  code: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.110",
3
+ "version": "1.2.112",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {