From ad5a0687b03a099841c709b78e6fd608818a099b Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Mon, 15 Sep 2025 20:20:38 +0700 Subject: [PATCH] update new Entity TRX --- src/entity/trx_otp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/trx_otp.ts b/src/entity/trx_otp.ts index 744b339..97b0546 100644 --- a/src/entity/trx_otp.ts +++ b/src/entity/trx_otp.ts @@ -1,6 +1,6 @@ import { Entity, PrimaryGeneratedColumn, Column, CreateDateColumn, UpdateDateColumn, DeleteDateColumn } from "typeorm"; -@Entity("trx_otp", { schema: "trx" }) +@Entity("trx_otps", { schema: "trx" }) export class TrxOtp { @PrimaryGeneratedColumn("uuid") id: string;