summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-12 04:48:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-12 04:48:16 +0900
commit5b6eb684c4f40a689347e8ae5cc8db8d7f037d51 (patch)
tree480fa211a4997f13201ef1ab914c3cb9de0be962 /src
parent:v: (diff)
downloadsharkey-5b6eb684c4f40a689347e8ae5cc8db8d7f037d51.tar.gz
sharkey-5b6eb684c4f40a689347e8ae5cc8db8d7f037d51.tar.bz2
sharkey-5b6eb684c4f40a689347e8ae5cc8db8d7f037d51.zip
Fix
Diffstat (limited to 'src')
-rw-r--r--src/api/bot/interfaces/line.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/bot/interfaces/line.ts b/src/api/bot/interfaces/line.ts
index 0caa71ed2b..43c25f8032 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) {