♻️ Fixed spelling error

This commit is contained in:
Wazbat 2023-04-16 21:03:16 +02:00
parent e981745d82
commit 4983e1a58e
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ const populateUserProperties = async (
}
}
if (apiUser.verified === 'government') {
apiUser.verified_lable = user.affiliates_highlighted_label?.label?.description || '';
apiUser.verified_label = user.affiliates_highlighted_label?.label?.description || '';
}
apiUser.avatar_url = user.legacy.profile_image_url_https;
apiUser.joined = user.legacy.created_at;

View file

@ -160,7 +160,7 @@ interface APIUser {
url: string;
protected: boolean;
verified: 'legacy' | 'blue'| 'business' | 'government';
verified_lable: string;
verified_label: string;
followers: number;
following: number;
tweets: number;