From 71417f369c42d9b8c0855aa8145cf94ab87e0a98 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sun, 27 Jul 2025 19:38:58 +0700 Subject: [PATCH] update --- src/entity/remit_transactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/remit_transactions.ts b/src/entity/remit_transactions.ts index 893ebef..d275bf6 100644 --- a/src/entity/remit_transactions.ts +++ b/src/entity/remit_transactions.ts @@ -39,7 +39,7 @@ export class RemitTransaction { @ManyToOne(() => RemitBeneficial, { onDelete: "NO ACTION", nullable: true }) @JoinColumn() - benefecial: RemitBeneficial; + beneficial: RemitBeneficial; @ManyToOne(() => RemitBeneficiary, { onDelete: "NO ACTION" }) @JoinTable()