浏览代码

注释去掉

zhangzf 2 天之前
父节点
当前提交
1c5d1cd864
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/types/checkout/type.ts

+ 0 - 1
src/types/checkout/type.ts

@@ -295,7 +295,6 @@ export interface CreateCheckoutAddressOperation {
 export interface Country {
   code: string;
   name: string;
-  // _id: number;
   id: string;
 }