ti2-tourplan 1.0.62 → 1.0.63
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.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -544,7 +544,8 @@ class BuyerPlugin {
|
|
|
544
544
|
Password: hostConnectAgentPassword,
|
|
545
545
|
},
|
|
546
546
|
});
|
|
547
|
-
const [SCheck, ACheck] = await Promise.map(['S', 'A'], async checkType => {
|
|
547
|
+
// const [SCheck, ACheck] = await Promise.map(['S', 'A'], async checkType => {
|
|
548
|
+
const [SCheck] = await Promise.map(['S'], async checkType => {
|
|
548
549
|
const replyObj = await this.callTourplan({
|
|
549
550
|
model: getModel(checkType),
|
|
550
551
|
endpoint: hostConnectEndpoint,
|