This commit is contained in:
syuilo
2018-05-19 07:33:34 +09:00
parent ddad9da1c1
commit e6eb1b2ae1
36 changed files with 5 additions and 1626 deletions

View File

@ -9,9 +9,6 @@ const summarize = (note: any): string => {
let summary = '';
// チャンネル
summary += note.channel ? `${note.channel.title}:` : '';
// 本文
summary += note.text ? note.text : '';