Skip to content

Commit

Permalink
fix: 避免aliyun磁盘计费类型多次转换
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu Xuan committed May 11, 2020
1 parent 70a4746 commit 2560fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/multicloud/aliyun/charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func convertChargeType(ct TChargeType) string {
case PostPaidInstanceChargeType, PostPaidDBInstanceChargeType:
return api.BILLING_TYPE_POSTPAID
default:
return api.BILLING_TYPE_PREPAID
return ""
}
}

Expand Down

0 comments on commit 2560fa3

Please sign in to comment.