From 5b6eb684c4f40a689347e8ae5cc8db8d7f037d51 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 12 Nov 2017 04:48:16 +0900 Subject: [PATCH] Fix --- src/api/bot/interfaces/line.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/bot/interfaces/line.ts b/src/api/bot/interfaces/line.ts index 0caa71ed2..43c25f803 100644 --- a/src/api/bot/interfaces/line.ts +++ b/src/api/bot/interfaces/line.ts @@ -135,6 +135,8 @@ class LineBot extends BotCore { actions: actions } }]); + + return null; } public async showUserTimelinePostback(userId: string) {