Skip to content

Commit 46da45f

Browse files
committed
fix: don't unbind app on modify
1 parent a24a86c commit 46da45f

File tree

1 file changed

+1
-1
lines changed
  • src/modules/apigw/entities

1 file changed

+1
-1
lines changed

src/modules/apigw/entities/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default class ApiEntity {
191191
}
192192

193193
// TODO: 一个奇怪的问题:测试中不解绑 app 直接修改没有问题,但实际中必须先解绑 app
194-
await this.unbindApiApp({ serviceId, apiId: endpoint.apiId, environment });
194+
// await this.unbindApiApp({ serviceId, apiId: endpoint.apiId, environment });
195195

196196
await this.request({
197197
Action: 'ModifyApi',

0 commit comments

Comments
 (0)