This commit is contained in:
fro1991
2025-10-26 22:19:29 +07:00
parent 43f7f7fe91
commit 95aa41e07a

View File

@ -25,7 +25,6 @@ export class TrxBank {
status: Status;
@Column({
length: 64,
default: false,
})
account_validate: boolean;