Fix question (#5197)

This commit is contained in:
MeiMei 2019-07-20 03:20:06 +09:00 committed by syuilo
parent 42af8c7695
commit f1ab918ecd
6 changed files with 3 additions and 33 deletions

View file

@ -100,7 +100,6 @@ type Option = {
apMentions?: User[] | null;
apHashtags?: string[] | null;
apEmojis?: string[] | null;
questionUri?: string | null;
uri?: string | null;
app?: App | null;
};