✌️
This commit is contained in:
parent
1d4f9378ca
commit
fe98dd927d
15 changed files with 28 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* 投稿を表す文字列を取得します。
|
||||
* @param {*} post 投稿
|
||||
*/
|
||||
const summarize = post => {
|
||||
const summarize = (post: any): string => {
|
||||
let summary = post.text ? post.text : '';
|
||||
|
||||
// メディアが添付されているとき
|
||||
Loading…
Add table
Add a link
Reference in a new issue