Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -102,7 +102,7 @@ function handleEvent(event) { | ... | @@ -102,7 +102,7 @@ function handleEvent(event) { |
102 | }, | 102 | }, |
103 | body: fs.readFileSync(event.message.image) | 103 | body: fs.readFileSync(event.message.image) |
104 | }; | 104 | }; |
105 | - console.log(body); | 105 | + console.log("1"); |
106 | request.post(options, function (error, response, body) { | 106 | request.post(options, function (error, response, body) { |
107 | var data=JSON.stringify(body); | 107 | var data=JSON.stringify(body); |
108 | var text=''; | 108 | var text=''; | ... | ... |
-
Please register or login to post a comment