Skip to content

Commit e21883e

Browse files
committed
fix(twitter): Adjust TweetInfo to the leatest type
1 parent 29c15e2 commit e21883e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

response.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ export interface TweetInfo {
303303
/** Tweet本文 */
304304
description: string;
305305

306-
/** Tweet投稿者のuser name*/
307-
userName: string;
308-
309306
/** Tweet投稿者の表示名 */
310307
screenName: string;
311308

0 commit comments

Comments
 (0)