diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-12 04:48:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-12 04:48:16 +0900 |
| commit | 5b6eb684c4f40a689347e8ae5cc8db8d7f037d51 (patch) | |
| tree | 480fa211a4997f13201ef1ab914c3cb9de0be962 /src/api/bot | |
| parent | :v: (diff) | |
| download | sharkey-5b6eb684c4f40a689347e8ae5cc8db8d7f037d51.tar.gz sharkey-5b6eb684c4f40a689347e8ae5cc8db8d7f037d51.tar.bz2 sharkey-5b6eb684c4f40a689347e8ae5cc8db8d7f037d51.zip | |
Fix
Diffstat (limited to 'src/api/bot')
| -rw-r--r-- | src/api/bot/interfaces/line.ts | 2 |
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) { |