mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
♻️ Fixed spelling error
This commit is contained in:
parent
e981745d82
commit
4983e1a58e
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
2
src/types/types.d.ts
vendored
2
src/types/types.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue