diff --git a/mean-app/server/routes/thingapi.js b/mean-app/server/routes/thingapi.js index 2c4069c..d5eafcd 100644 --- a/mean-app/server/routes/thingapi.js +++ b/mean-app/server/routes/thingapi.js @@ -34,7 +34,7 @@ var parseTelegram = function(data, callback){ found = str.match(regx); console.log("found:"); - console.log(found); + console.log(found[0]); if(found) toe1 = found[0];