Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -88,6 +88,7 @@ app.post('/hook', function (req, res) { | ... | @@ -88,6 +88,7 @@ app.post('/hook', function (req, res) { |
88 | else { | 88 | else { |
89 | errormessage(eventObj.replyToken, eventObj.message.text); | 89 | errormessage(eventObj.replyToken, eventObj.message.text); |
90 | pastreply = '' | 90 | pastreply = '' |
91 | + backtest = 0 | ||
91 | } | 92 | } |
92 | } | 93 | } |
93 | 94 | ... | ... |
-
Please register or login to post a comment