diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 10:44:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 10:44:17 +0900 |
| commit | 20e77196f28178c869402985761bd4c2fa74bf0a (patch) | |
| tree | beb333d0a01cf6752bdcc6028c82ce63f579f1f1 /src/models/note.ts | |
| parent | Fix #1531 (diff) | |
| download | sharkey-20e77196f28178c869402985761bd4c2fa74bf0a.tar.gz sharkey-20e77196f28178c869402985761bd4c2fa74bf0a.tar.bz2 sharkey-20e77196f28178c869402985761bd4c2fa74bf0a.zip | |
AP: 投票をレンダリング
Diffstat (limited to 'src/models/note.ts')
| -rw-r--r-- | src/models/note.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models/note.ts b/src/models/note.ts index d4b16afa4c..02801b62de 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -38,7 +38,6 @@ export type INote = { poll: any; // todo text: string; tags: string[]; - textHtml: string; cw: string; userId: mongo.ObjectID; appId: mongo.ObjectID; |