@xuda.io/account_module 1.2.113 → 1.2.114

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1372,6 +1372,7 @@ exports.create_account_oauth_link = async function (req, job_id) {
1372
1372
  },
1373
1373
  global[`_account_module_ch`],
1374
1374
  );
1375
+ await _utils.delay(20000);
1375
1376
  return {
1376
1377
  code: 1,
1377
1378
  data: link,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {