@opentapd/tplugin-cli 0.21.0-beta.3 → 0.21.0-beta.4
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/lib/deploy.js +1 -1
- package/package.json +1 -1
package/lib/deploy.js
CHANGED
|
@@ -326,7 +326,7 @@ async function getAppTestVersion({ code }) {
|
|
|
326
326
|
const { data } = await tapdsdk.request({ url: 'open_user_app/get_app_current_test_version', params: {
|
|
327
327
|
code,
|
|
328
328
|
} });
|
|
329
|
-
return data.
|
|
329
|
+
return get(data, 'data.test_deploy_info');
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
// 切换当前公司的测试版本
|