From d2a5023b01faa5bd1a8eb9c37d8e3643402aedb6 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sat, 15 Nov 2025 02:04:08 +0700 Subject: [PATCH] update --- src/entity/compliance_risk_peps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/compliance_risk_peps.ts b/src/entity/compliance_risk_peps.ts index bae6bda..bf1a6a0 100644 --- a/src/entity/compliance_risk_peps.ts +++ b/src/entity/compliance_risk_peps.ts @@ -34,7 +34,7 @@ export class ComplianceRiskPep { nullable: true, length: 256, }) - relation_tpe: string; + relation_type: string; @Column({ nullable: false,