Merge pull request #5623 from mempool/nymkappa/delete-irrelevant-code

[refactor] cleaning users.full_name
This commit is contained in:
nymkappa 2025-01-12 11:38:23 +09:00 committed by GitHub
commit f142b421f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ export interface IUser {
subscription_tag: string;
status: 'pending' | 'verified' | 'disabled';
features: string | null;
fullName: string | null;
countryCode: string | null;
imageMd5: string;
ogRank: number | null;