From 3a82813f3b5370c3d1f0be02ce77ad2942aed92b Mon Sep 17 00:00:00 2001 From: meusinfirmary Date: Wed, 4 Jun 2025 03:51:31 +0700 Subject: [PATCH] update --- src/entity/remit_otp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/remit_otp.ts b/src/entity/remit_otp.ts index 65a0e54..213e6bb 100644 --- a/src/entity/remit_otp.ts +++ b/src/entity/remit_otp.ts @@ -11,7 +11,7 @@ export class RemitOtp { nullable: false, length: 256, }) - phone: string; + username: string; @Column({ nullable: false,