Skip to content
Snippets Groups Projects
Commit 0bbfe9ad authored by ryadav88's avatar ryadav88
Browse files

remove reponse

parent acea0ac0
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ app.post('/post', function(req, res){
request(parsed_url, function (error, response, body) {
if (!error && response.statusCode == 200) {
var data = JSON.parse(body);
var first_url = data.response.current_observation.station_id;
var first_url = data.current_observation.station_id;
var body = {
response_type: "in_channel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment