diff --git a/internal/logic/product/create_k_y_c_logic.go b/internal/logic/product/create_k_y_c_logic.go index 09d03ec..5cb98d7 100644 --- a/internal/logic/product/create_k_y_c_logic.go +++ b/internal/logic/product/create_k_y_c_logic.go @@ -25,7 +25,6 @@ func NewCreateKYCLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateK } func (l *CreateKYCLogic) CreateKYC(in *product.CreateKYCReq) (*product.OKResp, error) { - err := l.svcCtx.KYCUseCase.Create(l.ctx, &entity.KYC{ UID: in.GetUid(), CountryRegion: in.GetCountryRegion(),