Showing
1 changed file
with
3 additions
and
4 deletions
... | @@ -143,9 +143,8 @@ function handleEvent(event) { | ... | @@ -143,9 +143,8 @@ function handleEvent(event) { |
143 | client.replyMessage(event.replyToken, videourl).then(resolve).catch(reject); | 143 | client.replyMessage(event.replyToken, videourl).then(resolve).catch(reject); |
144 | }); | 144 | }); |
145 | }); | 145 | }); |
146 | -} | 146 | + } |
147 | - else | 147 | + |
148 | - { | ||
149 | return new Promise(function(resolve, reject) { | 148 | return new Promise(function(resolve, reject) { |
150 | //언어 감지 option | 149 | //언어 감지 option |
151 | var detect_options = { | 150 | var detect_options = { |
... | @@ -208,5 +207,5 @@ function handleEvent(event) { | ... | @@ -208,5 +207,5 @@ function handleEvent(event) { |
208 | }); | 207 | }); |
209 | 208 | ||
210 | }); | 209 | }); |
211 | - } | 210 | + |
212 | } | 211 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment