AP: 投票をレンダリング

This commit is contained in:
syuilo
2018-04-22 10:44:17 +09:00
parent 45dcfc8a00
commit 20e77196f2
10 changed files with 21 additions and 22 deletions

View File

@ -38,7 +38,6 @@ export type INote = {
poll: any; // todo
text: string;
tags: string[];
textHtml: string;
cw: string;
userId: mongo.ObjectID;
appId: mongo.ObjectID;